mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 21:57:57 +02:00
fix link to anonymized repository and page
This commit is contained in:
@@ -194,26 +194,19 @@
|
||||
</a>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/r/{{repo.repoId}}"
|
||||
href="/r/{{repo.repoId}}/"
|
||||
target="_self"
|
||||
>
|
||||
<i class="fa fa-eye" aria-hidden="true"></i> View Repo
|
||||
</a>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/w/{{repo.repoId}}"
|
||||
href="/w/{{repo.repoId}}/"
|
||||
target="_self"
|
||||
ng-if="repo.options.page"
|
||||
>
|
||||
<i class="fa fa-globe" aria-hidden="true"></i> View Page
|
||||
</a>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="/w/{{repo.repoId}}"
|
||||
target="_self"
|
||||
ng-if="repo.options.page"
|
||||
>View GitHub Page</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user