Rename Project to Repository in stash and templates.
[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"
da8f4f82 6 href="[% c.uri_for('atom') %]"
7 type="application/atom+xml"
8 >
9 <link
10 rel="alternate"
87581f05 11 title="[% Repository.name %] - [% title %] RSS feed"
da8f4f82 12 href="[% c.uri_for('rss') %]"
13 type="application/rss+xml"
14 >
15 [% ELSE %]
16 <link
17 rel="alternate"
18 title="[% c.config.sitename %] Git projects list"
19 href="[% c.uri_for('project_index') %]"
20 type="text/plain; charset=utf-8"
21 >
22 <link
23 rel="alternate"
24 title="[% c.config.sitename %] Git projects feeds"
25 href="[% c.uri_for('opml') %]"
26 type="text/x-opml"
27 >
28 [% END %]