Browse Source

UI: Fix wrong closing tag (#11910)

* rm wrong closing tag

* Update templates/repo/sub_menu.tmpl

Co-authored-by: John Olheiser <john.olheiser@gmail.com>

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
tags/v1.13.0-rc1
6543 4 years ago
parent
commit
f399cd326b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/repo/sub_menu.tmpl

+ 1
- 1
templates/repo/sub_menu.tmpl View File

@@ -11,7 +11,7 @@
<a class="ui" href="{{.RepoLink}}/branches/">{{svg "octicon-git-branch" 16}} <b>{{.BranchesCount}}</b> {{.i18n.Tr (TrN .i18n.Lang .BranchesCount "repo.branch" "repo.branches") }}</a>
</div>
<div class="item">
<span class="ui">{{svg "octicon-database" 16}} <b>{{SizeFmt .Repository.Size}}</b></a>
<span class="ui">{{svg "octicon-database" 16}} <b>{{SizeFmt .Repository.Size}}</b></span>
</div>
{{end}}
</div>

Loading…
Cancel
Save