Artifact 3646a45d79a59f282b9667c4328a87e576aec6f2:
- File applications/mobileblur/views/feeds/view.html — part of check-in [b74e6c434b] at 2011-11-20 03:12:48 on branch develop — Added a button to mark a feed as read (user: spiffy, size: 489) [annotate] [blame] [check-ins using] [more...]
{{left_sidebar_enabled=right_sidebar_enabled=False}} {{extend 'layout.html'}} <h1>{{= feed["feed_title"] }}</h1> <a href="{{= URL("mark_read", vars=dict(feed=feed["id"])) }}"> Mark feed as read</a> {{ for story in stories: }} <a href="{{= URL(c="stories", f="view", vars=dict(story=story["id"], feed_id=feed["id"])) }}"><h2>{{= story["story_title"] }}</h2></a> {{ pass }} {{block left_sidebar}}New Left Sidebar Content{{end}} {{block right_sidebar}}New Right Sidebar Content{{end}}