More work in CSS div classes.
[gruta.git] / templates / artemus / es / _story_link_as_item_with_edit
blob9432f2ae31f2983af550e897ab1244cf52b1575b
1 <li>
2         {-if|{-is_future_story|$0|$1}|<em>|}
3                 <a href='{-l|STORY|topic=$0|id=$1}'>{-story_title|$0|$1}</a>
4         {-if|{-is_future_story|$0|$1}|</em>|}
5         {-if|{-is_topic_editor|$0}|
6                 - <small><a href = '{-l|EDIT_STORY|topic=$0|id=$1}'>[Modificar]</a></small>
7         }
8 </li>