Skip to content

Commit

Permalink
Story list view styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lezhangxyz committed Oct 12, 2012
1 parent be7b8b5 commit 945a6b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/js/modules/StoryList/StoryListTemplate.hogan
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
{{#stories}}
<li class="headline">
<img class="picture" src="{{lead_photo_image_thumb}}">
<h2 class="title"><a href="{{story_url}}">{{title}}</a></h2>
<p class="categories">{{formatted_categories}}</p>
<p class="postedDate">{{formatted_pub_date}}</p>
<p class="updatedDate">{{formatted_updated}}</p>
<div class="info">
<p class="title"><a href="{{story_url}}">{{title}}</a></p>
<p class="categories">{{formatted_categories}}</p>
<p class="postedDate">{{formatted_pub_date}}</p>
<p class="updatedDate">{{formatted_updated}}</p>
</div>
</li>
{{/stories}}
</ul>

0 comments on commit 945a6b2

Please sign in to comment.