Fixed the last few failing tests, in particular the /repo/sha1 action related fails.
[catagits/Gitalist.git] / root / _refs.tt2
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_action("/repository/shortlog", [Repository, object.sha1]) %]'>[% ref.replace('^(remote|head)s/', '') %]</a>
5  </span>
6  [% END %]
7 </span>