mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-22 01:06:50 +02:00
feat: add edit button on repo view
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
</li>
|
||||
</ol>
|
||||
<div class="">
|
||||
<a
|
||||
ng-if="options.isAdmin || options.isOwner"
|
||||
ng-href="/anonymize/{{repoId}}"
|
||||
class="btn btn-outline-primary btn-sm"
|
||||
>Edit</a
|
||||
>
|
||||
<a
|
||||
ng-href="{{url}}"
|
||||
target="__self"
|
||||
|
||||
Reference in New Issue
Block a user