~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/feed-link.pt

  • Committer: Michael Hudson
  • Date: 2009-02-18 00:56:51 UTC
  • mfrom: (269.1.8 clean-up-revision-view)
  • Revision ID: michael.hudson@canonical.com-20090218005651-0djjmxad3prwgui7
clean up the revision template and code a bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tal:feed-link>
 
2
  <a tal:attributes="href python:url(['/atom']);
 
3
                     title string:RSS feed for ${branch/friendly_name}">
 
4
    <img tal:attributes="src python:branch.static_url('/static/images/ico_rss.gif')" alt="RSS" class="rssfeed"/>
 
5
  </a>
 
6
</tal:feed-link>