We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 097f1b5 + dcb10a4 commit 87b4424Copy full SHA for 87b4424
templates/repo/home.tmpl
@@ -17,7 +17,7 @@
17
<li id="repo-branch-switch" class="down drop">
18
<a href="#">
19
<button class="btn btn-gray btn-small btn-radius">
20
- <i class="octicon octicon-git-branch"></i> Branch :
+ <i class="octicon octicon-git-branch"></i> {{if .IsViewBranch}}Branch{{else}}Tree{{end}}:
21
<strong id="repo-branch-current">{{if .IsViewBranch}}{{.BranchName}}{{else}}{{ShortSha .BranchName}}{{end}}</strong>
22
</button>
23
</a>
@@ -75,4 +75,4 @@
75
{{template "repo/sidebar" .}}
76
</div>
77
78
-{{template "ng/base/footer" .}}
+{{template "ng/base/footer" .}}
0 commit comments