Artifact c0c8c655df14b34aa1badb5e103fd767c5a55061:
- File applications/mobileblur/views/stories/view.html — part of check-in [da2e9d5879] at 2011-11-20 23:29:30 on branch develop — Added a button to mark a story as read (user: spiffy, size: 416) [annotate] [blame] [check-ins using]
{{left_sidebar_enabled=right_sidebar_enabled=False}} {{extend 'layout.html'}} <a href="{{= story["story_permalink"] }}"><h1>{{= story["story_title"] }}</h1></a> <a href="{{= URL("mark_read", vars=dict(story_id=story["id"], feed_id=feed_id)) }}">Mark story as read</a> {{= XML(story["story_content"]) }} {{block left_sidebar}}New Left Sidebar Content{{end}} {{block right_sidebar}}New Right Sidebar Content{{end}}