Skip to content

Commit 844f740

Browse files
committed
Fix template lint
1 parent d9e8eb0 commit 844f740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/branch_dropdown.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Search "repo/branch_dropdown" in the template directory to find all occurrences.
5454
{{else}}
5555
{{if eq .CurrentRefType "tag"}}
5656
{{svg "octicon-tag"}}
57-
{{else if eq .CurrentRefType "branch"}}
57+
{{else if eq .CurrentRefType "branch"}}
5858
{{svg "octicon-git-branch"}}
5959
{{else}}
6060
{{svg "octicon-git-commit"}}

0 commit comments

Comments
 (0)