feat: add edit button on repo view

This commit is contained in:
tdurieux
2024-04-03 19:11:10 +01:00
parent 6e8d006220
commit 42c3a58a46
2 changed files with 14 additions and 1 deletions
+6
View File
@@ -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"