This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/static/directives/source-commit-link.html
2015-02-26 17:45:28 -05:00

4 lines
No EOL
190 B
HTML

<span class="source-commit-link-elememt">
<i class="fa fa-dot-circle-o"></i>
<a ng-href="{{ getUrl(commitSha, urlTemplate) }}" target="_blank">{{ commitSha.substring(0, 8) }}</a>
</span>