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 0d2a926 commit 70def83Copy full SHA for 70def83
templates/base/head_navbar_icons.tmpl
@@ -14,12 +14,12 @@
14
{{if not ctx.Consts.RepoUnitTypeIssues.UnitGlobalDisabled}}
15
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/issues" data-tooltip-content="{{ctx.Locale.Tr "issues"}}">
16
{{svg "octicon-issue-opened"}}
17
- </a>
+ </a>
18
{{end}}
19
{{if not ctx.Consts.RepoUnitTypePullRequests.UnitGlobalDisabled}}
20
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/pulls" data-tooltip-content="{{ctx.Locale.Tr "pull_requests"}}">
21
{{svg "octicon-git-pull-request"}}
22
23
24
<a class="item {{$itemExtraClass}}" href="{{AppSubUrl}}/notifications" data-tooltip-content="{{ctx.Locale.Tr "notifications"}}">
25
<div class="tw-relative tw-h-[16px]">
0 commit comments