mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-01 21:29:56 +01:00
Fix indent
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
<a href="@helpers.url(repository)/settings/collaborators">Collaborators</a>
|
||||
</li>
|
||||
@if(!repository.branchList.isEmpty){
|
||||
<li@if(active=="branches"){ class="active"}>
|
||||
<a href="@helpers.url(repository)/settings/branches">Branches</a>
|
||||
</li>
|
||||
<li@if(active=="branches"){ class="active"}>
|
||||
<a href="@helpers.url(repository)/settings/branches">Branches</a>
|
||||
</li>
|
||||
}
|
||||
<li@if(active=="hooks"){ class="active"}>
|
||||
<a href="@helpers.url(repository)/settings/hooks">Service Hooks</a>
|
||||
</li>
|
||||
<li@if(active=="deploykeys"){ class="active"}>
|
||||
<a href="@helpers.url(repository)/settings/deploykey">Deploy Keys</a>
|
||||
<a href="@helpers.url(repository)/settings/deploykey">Deploy Keys</a>
|
||||
</li>
|
||||
<li@if(active=="danger"){ class="active"}>
|
||||
<a href="@helpers.url(repository)/settings/danger">Danger Zone</a>
|
||||
|
||||
Reference in New Issue
Block a user