initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
9
static/directives/source-commit-link.html
Normal file
9
static/directives/source-commit-link.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<span class="source-commit-link-element">
|
||||
<soan class="commit-circle-container" data-title="Commit" data-container="body" bs-tooltip>
|
||||
<span class="commit-circle"></span>
|
||||
</span>
|
||||
<span class="anchor" href="{{ getUrl(commitSha, urlTemplate) }}" ng-safenewtab
|
||||
is-only-text="!urlTemplate || !getUrl(commitSha, urlTemplate)">
|
||||
{{ commitSha.substring(0, 7) }}
|
||||
</span>
|
||||
</span>
|
Reference in a new issue