Add Apache specific section to docs.
[catagits/Gitalist.git] / root / _refs.tt2
CommitLineData
1fd8159c 1<span class='refs'>
2 [% FOREACH ref IN refs.${object.sha1} %]
3 <span class='[% ref.search('^remotes/') ? 'remote' : 'head' %]'>
feb6e881 4 <a href='[% c.uri_for_action("/ref/shortlog", [Repository.name, object.sha1]) %]'>[% ref.replace('^(remote|head)s/', '') %]</a>
1fd8159c 5 </span>
6 [% END %]
7</span>