mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-23 15:00:57 +01:00
Add 'Delete Repository' to the settings menu.
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
<li@if(active=="collaborators"){ class="active"}>
|
||||
<a href="@path/@repository.owner/@repository.name/settings/collaborators">Collaborators</a>
|
||||
</li>
|
||||
<li@if(active=="delete"){ class="active"}>
|
||||
<a href="@path/@repository.owner/@repository.name/settings/delete">Delete Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span9">
|
||||
|
||||
Reference in New Issue
Block a user