Artifact bcfec0accaaabaabc406a381d52cbbf03bba4086:
- File applications/mobileblur/views/stories/view.html — part of check-in [dea6297b3d] at 2011-11-30 02:49:54 on branch develop — Made the story title in the story view nicely styled. Put the 'mark story read' button inside the header (user: spiffy, size: 373) [annotate] [blame] [check-ins using] [more...]
{{extend 'layout.html'}} {{ block header_bonus }} <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> {{ end }} <section id="story"> {{= XML(story["story_content"]) }} </section>