Artifact 63977d234bbe6546badf671b94a0763735e6b7f9:
- File applications/mobileblur/views/stories/view.html — part of check-in [b2d6f6e2e9] at 2011-11-22 05:22:25 on branch feature/pretty — Added some color. It doesn't look very good, but it's at least not atrocious anymore. (user: spiffy, size: 279) [annotate] [blame] [check-ins using]
{{extend 'layout.html'}} <a href="{{= story["story_permalink"] }}"> <h2>{{= story["story_title"] }}</h2> </a> <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"]) }}