Made the blame view a bit more informative.
[catagits/Gitalist.git] / root / _header_feeds.tt2
1   [% IF Project %]
2   <!-- XXX Missing the no-merges links -->
3   <link
4     rel="alternate"
5     title="[% Project.name %] - [% title %] Atom feed"
6     href="[% c.uri_for('atom') %]"
7     type="application/atom+xml"
8   >
9   <link
10     rel="alternate"
11     title="[% Project.name %] - [% title %] RSS feed"
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 %]