Artifact cb0da83eed21efdc2aa3a5720e18424561d04486:
- File applications/mobileblur/views/default/index.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: 471) [annotate] [blame] [check-ins using]
{{extend 'layout.html'}} {{ for feed in feeds.itervalues(): }} {{ if threshold == -1 and feed["ng"] > 0: }} <span class='ng'>[ {{= feed["ng"] }} ]</span> {{ pass }} {{ if threshold <= 0 and feed["nt"] > 0: }} <span class='nt'>[ {{= feed["nt"] }} ]</span> {{ pass }} {{if feed["ps"] > 0: }}<span class='ps'>[ {{= feed["ps"] }} ]</span> {{ pass }} <a href="{{= URL(c="feeds", f="view", args=[feed["id"]]) }}">{{= feed["feed_title"] }}</a><br /> {{ pass }}