comment out unneeded story field

This commit is contained in:
Sanj 2011-03-07 03:41:39 +05:30
parent 3aefe1d904
commit 51e5cace14

View File

@ -1,5 +1,4 @@
<div class="itfInfo">
<span class="itfInfoSub">Story: </span><span class="itfInfoInfo">{{html tmplToHtml(story)}}</span><br /><br />
{{each stories}}
<span class="itfInfoSub">Story ${$index + 1}: </span><span class="ifInfoInfo">{{html tmplToHtml($value.text) }}</span>
<img class="itfInfoImg" src="${$value.image}" />