File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 <a class="item {{if .PageIsPullConversation}}active{{end}}" href="{{.Issue.Link}}">
33 {{svg "octicon-comment-discussion"}}
44 {{$.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>
66 </a>
77 <a class="item {{if .PageIsPullCommits}}active{{end}}" {{if .NumCommits}}href="{{.Issue.Link}}/commits"{{end}}>
88 {{svg "octicon-git-commit"}}
99 {{$.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>
1111 </a>
1212 <a class="item {{if .PageIsPullFiles}}active{{end}}" {{if .NumFiles}}href="{{.Issue.Link}}/files"{{end}}>
1313 {{svg "octicon-diff"}}
1414 {{$.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>
1616 </a>
1717</div>
You can’t perform that action at this time.
0 commit comments