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.
1 parent d9e8eb0 commit 844f740Copy full SHA for 844f740
templates/repo/branch_dropdown.tmpl
@@ -54,7 +54,7 @@ Search "repo/branch_dropdown" in the template directory to find all occurrences.
54
{{else}}
55
{{if eq .CurrentRefType "tag"}}
56
{{svg "octicon-tag"}}
57
- {{else if eq .CurrentRefType "branch"}}
+ {{else if eq .CurrentRefType "branch"}}
58
{{svg "octicon-git-branch"}}
59
60
{{svg "octicon-git-commit"}}
0 commit comments