Artifact 4cba4068529b74f9be04701e0afb564ecc6415bf:
- File applications/mobileblur/views/stories/view.html — part of check-in [daef6c0f88] at 2011-11-22 06:01:25 on branch feature/pretty — Added colors to the intelligencs scores in the feed list (user: spiffy, size: 369) [annotate] [blame] [check-ins using] [more...]
{{extend 'layout.html'}} <section id="story"> <header> <a href="{{= story["story_permalink"] }}"> {{= story["story_title"] }} </a> </header> <a href="{{= URL("mark_read", vars=dict(story_id=story["id"], feed_id=feed_id)) }}" class="button"> Mark story as read </a> {{= XML(story["story_content"]) }} </section>