Controller::ActionRole is dead
[catagits/Gitalist.git] / root / _header_feeds.tt2
CommitLineData
87581f05 1 [% IF Repository %]
da8f4f82 2 <!-- XXX Missing the no-merges links -->
3 <link
4 rel="alternate"
87581f05 5 title="[% Repository.name %] - [% title %] Atom feed"
12a0f9d3 6 href="[% c.uri_for_action('/repository/atom', [Repository.name]) %]"
da8f4f82 7 type="application/atom+xml"
8 >
9 <link
10 rel="alternate"
87581f05 11 title="[% Repository.name %] - [% title %] RSS feed"
12a0f9d3 12 href="[% c.uri_for_action('/repository/rss', [Repository.name]) %]"
da8f4f82 13 type="application/rss+xml"
14 >
15 [% ELSE %]
16 <link
17 rel="alternate"
82bc0f05 18 title="[% c.config.sitename %] Git repositories list"
19 href="[% c.uri_for('repository_index') %]"
da8f4f82 20 type="text/plain; charset=utf-8"
84f49778 21 >
da8f4f82 22 <link
23 rel="alternate"
82bc0f05 24 title="[% c.config.sitename %] Git repositories feeds"
12a0f9d3 25 href="[% c.uri_for_action('/opml/opml') %]"
da8f4f82 26 type="text/x-opml"
27 >
28 [% END %]