mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 05:38:09 +02:00
update link to original repository
This commit is contained in:
@@ -191,7 +191,7 @@
|
|||||||
<span class="repository">
|
<span class="repository">
|
||||||
<i class="fab fa-github" aria-hidden="true"></i>
|
<i class="fab fa-github" aria-hidden="true"></i>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/{{repo.source.fullName}}/commit/{{repo.source.commit}}"
|
href="https://github.com/{{repo.source.fullName}}/"
|
||||||
class="fullName"
|
class="fullName"
|
||||||
ng-bind="repo.source.fullName"
|
ng-bind="repo.source.fullName"
|
||||||
></a>
|
></a>
|
||||||
@@ -199,14 +199,14 @@
|
|||||||
<span class="branch" ng-if="repo.options.update">
|
<span class="branch" ng-if="repo.options.update">
|
||||||
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/{{repo.source.fullName}}/commit/{{repo.source.commit}}"
|
href="https://github.com/{{repo.source.fullName}}/tree/{{repo.source.branch}}"
|
||||||
class="branch"
|
class="branch"
|
||||||
ng-bind="repo.source.branch"
|
ng-bind="repo.source.branch"
|
||||||
></a>
|
></a>
|
||||||
</span>
|
</span>
|
||||||
<span class="commit" ng-if="!repo.options.update">
|
<span class="commit" ng-if="!repo.options.update">
|
||||||
@<a
|
@<a
|
||||||
href="https://github.com/{{repo.source.fullName}}/commit/{{repo.source.commit}}"
|
href="https://github.com/{{repo.source.fullName}}/tree/{{repo.source.commit}}"
|
||||||
class="commit"
|
class="commit"
|
||||||
ng-bind="repo.source.commit.substring(0, 8)"
|
ng-bind="repo.source.commit.substring(0, 8)"
|
||||||
></a>
|
></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user