Merge remote branch 't0m/less_fugly_uris' into less_fugly_uris
[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' %]'>
4 <a href='[% c.uri_for("shortlog", {h='refs/' _ ref}) %]'>[% ref.replace('^(remote|head)s/', '') %]</a>
5 </span>
6 [% END %]
7</span>