mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Add handling to branch switcher label to make label more consistent with
GitHub behaviour Addresses #431
This commit is contained in:
parent
05a33107c9
commit
dcb10a41d4
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
<li id="repo-branch-switch" class="down drop">
|
<li id="repo-branch-switch" class="down drop">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<button class="btn btn-gray btn-small btn-radius">
|
<button class="btn btn-gray btn-small btn-radius">
|
||||||
<i class="octicon octicon-git-branch"></i> Branch :
|
<i class="octicon octicon-git-branch"></i> {{if .IsViewBranch}}Branch{{else}}Tree{{end}}:
|
||||||
<strong id="repo-branch-current">{{if .IsViewBranch}}{{.BranchName}}{{else}}{{ShortSha .BranchName}}{{end}}</strong>
|
<strong id="repo-branch-current">{{if .IsViewBranch}}{{.BranchName}}{{else}}{{ShortSha .BranchName}}{{end}}</strong>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
@ -75,4 +75,4 @@
|
||||||
{{template "repo/sidebar" .}}
|
{{template "repo/sidebar" .}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{template "ng/base/footer" .}}
|
{{template "ng/base/footer" .}}
|
||||||
|
|
Loading…
Reference in a new issue