Merge pull request #432 from deringer/dev

Add handling to branch switcher label to make label more consistent with
This commit is contained in:
无闻 2014-09-03 10:33:08 -04:00
commit 87b442433c
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<li id="repo-branch-switch" class="down drop">
<a href="#">
<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>
</button>
</a>