Skip to content

Commit 0d2a926

Browse files
committed
fix lint
1 parent 39d2b71 commit 0d2a926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/base/head_navbar_icons.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
{{end}}
1414
{{if not ctx.Consts.RepoUnitTypeIssues.UnitGlobalDisabled}}
1515
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/issues" data-tooltip-content="{{ctx.Locale.Tr "issues"}}">
16-
{{svg "octicon-issue-opened"}}
16+
{{svg "octicon-issue-opened"}}
1717
</a>
1818
{{end}}
1919
{{if not ctx.Consts.RepoUnitTypePullRequests.UnitGlobalDisabled}}
2020
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/pulls" data-tooltip-content="{{ctx.Locale.Tr "pull_requests"}}">
21-
{{svg "octicon-git-pull-request"}}
21+
{{svg "octicon-git-pull-request"}}
2222
</a>
2323
{{end}}
2424
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/notifications" data-tooltip-content="{{ctx.Locale.Tr "notifications"}}">

0 commit comments

Comments
 (0)