File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<a class="item {{if .PageIsPullConversation}}active{{end}}" href="{{.Issue.Link}}">
3
3
{{svg "octicon-comment-discussion"}}
4
4
{{$.locale.Tr "repo.pulls.tab_conversation"}}
5
- <span class="ui {{if not .Issue.NumComments}}gray{{else}}primary{{end}} small label">{{.Issue.NumComments}}</span>
5
+ <span class="ui small label">{{.Issue.NumComments}}</span>
6
6
</a>
7
7
<a class="item {{if .PageIsPullCommits}}active{{end}}" {{if .NumCommits}}href="{{.Issue.Link}}/commits"{{end}}>
8
8
{{svg "octicon-git-commit"}}
9
9
{{$.locale.Tr "repo.pulls.tab_commits"}}
10
- <span class="ui {{if not .NumCommits}}gray{{else}}primary{{end}} small label">{{if .NumCommits}}{{.NumCommits}}{{else}}N/A{{end}}</span>
10
+ <span class="ui small label">{{if .NumCommits}}{{.NumCommits}}{{else}}N/A{{end}}</span>
11
11
</a>
12
12
<a class="item {{if .PageIsPullFiles}}active{{end}}" {{if .NumFiles}}href="{{.Issue.Link}}/files"{{end}}>
13
13
{{svg "octicon-diff"}}
14
14
{{$.locale.Tr "repo.pulls.tab_files"}}
15
- <span class="ui {{if not .NumFiles}}gray{{else}}primary{{end}} small label">{{if .NumFiles}}{{.NumFiles}}{{else}}N/A{{end}}</span>
15
+ <span class="ui small label">{{if .NumFiles}}{{.NumFiles}}{{else}}N/A{{end}}</span>
16
16
</a>
17
17
</div>
You can’t perform that action at this time.
0 commit comments