/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

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

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Colin Watson
  • Date: 2022-08-09 23:13:22 UTC
  • mfrom: (527.1.1 chameleon)
  • Revision ID: otto-copilot@canonical.com-20220809231322-5wpfpa3z07eab0b8
Port from SimpleTAL to Chameleon.

Merged from https://code.launchpad.net/~cjwatson/loggerhead/chameleon/+merge/428043

Show diffs side-by-side

added added

removed removed

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