Skip to content

Commit 70def83

Browse files
committed
fix lint
1 parent 0d2a926 commit 70def83

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
@@ -14,12 +14,12 @@
1414
{{if not ctx.Consts.RepoUnitTypeIssues.UnitGlobalDisabled}}
1515
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/issues" data-tooltip-content="{{ctx.Locale.Tr "issues"}}">
1616
{{svg "octicon-issue-opened"}}
17-
</a>
17+
</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"}}">
2121
{{svg "octicon-git-pull-request"}}
22-
</a>
22+
</a>
2323
{{end}}
2424
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/notifications" data-tooltip-content="{{ctx.Locale.Tr "notifications"}}">
2525
<div class="tw-relative tw-h-[16px]">

0 commit comments

Comments
 (0)