mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +01:00
Displays a number of tags at the navigation tab of the repository
browser.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</li>
|
||||
<li@if(active=="files"){ class="active"}><a href="@path/@repository.owner/@repository.name/tree/@id">Files</a></li>
|
||||
<li@if(active=="commits"){ class="active"}><a href="@path/@repository.owner/@repository.name/commits/@id">Commits</a></li>
|
||||
<li@if(active=="tags"){ class="active"}><a href="@path/@repository.owner/@repository.name/tags">Tags</a></li>
|
||||
<li@if(active=="tags"){ class="active"}><a href="@path/@repository.owner/@repository.name/tags">Tags@if(repository.tags.length > 0){ <span class="badge">@repository.tags.length</span>}</a></li>
|
||||
<li class="pull-right">
|
||||
<div class="input-prepend">
|
||||
<span class="add-on">HTTP</span>
|
||||
|
||||
Reference in New Issue
Block a user