mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-05 13:17:59 +02:00
fix link to anonymized repository and page
This commit is contained in:
@@ -194,26 +194,19 @@
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="dropdown-item"
|
class="dropdown-item"
|
||||||
href="/r/{{repo.repoId}}"
|
href="/r/{{repo.repoId}}/"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
<i class="fa fa-eye" aria-hidden="true"></i> View Repo
|
<i class="fa fa-eye" aria-hidden="true"></i> View Repo
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="dropdown-item"
|
class="dropdown-item"
|
||||||
href="/w/{{repo.repoId}}"
|
href="/w/{{repo.repoId}}/"
|
||||||
target="_self"
|
target="_self"
|
||||||
ng-if="repo.options.page"
|
ng-if="repo.options.page"
|
||||||
>
|
>
|
||||||
<i class="fa fa-globe" aria-hidden="true"></i> View Page
|
<i class="fa fa-globe" aria-hidden="true"></i> View Page
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
class="dropdown-item"
|
|
||||||
href="/w/{{repo.repoId}}"
|
|
||||||
target="_self"
|
|
||||||
ng-if="repo.options.page"
|
|
||||||
>View GitHub Page</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -25,27 +25,27 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Your repository will be available at
|
Your repository will be available at
|
||||||
<a href="/r/{{repoId}}" target="__self">/r/{{repoId}}</a>.
|
<a href="/r/{{repoId}}/" target="__self">/r/{{repoId}}/</a>.
|
||||||
</p>
|
</p>
|
||||||
<p ng-if="repo.options.page">
|
<p ng-if="repo.options.page">
|
||||||
Your GitHub Page will be available at
|
Your GitHub Page will be available at
|
||||||
<a href="/w/{{repoId}}" target="__self">/w/{{repoId}}</a>.
|
<a href="/w/{{repoId}}/" target="__self">/w/{{repoId}}/</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a
|
<a
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
href="/r/{{repoId}}"
|
href="/r/{{repoId}}/"
|
||||||
target="__self"
|
target="__self"
|
||||||
ng-if="repo.status == 'ready'"
|
ng-if="repo.status == 'ready'"
|
||||||
>Go to the anonymized repository</a
|
>Go to the anonymized repository</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
class="btn"
|
class="btn"
|
||||||
href="/w/{{repoId}}"
|
href="/w/{{repoId}}/"
|
||||||
target="__self"
|
target="__self"
|
||||||
ng-if="repo.options.page && repo.status == 'ready'"
|
ng-if="repo.options.page && repo.status == 'ready'"
|
||||||
>Go to the anonymized Gh-page</a
|
>Go to the anonymized Github page</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user