2017-12-30 19:47:52 -05:00
|
|
|
<div class="ui top attached pull tabular stackable menu">
|
2021-11-16 13:18:25 -05:00
|
|
|
<a class="item {{if .PageIsPullConversation}}active{{end}}" href="{{.Issue.Link}}">
|
2020-09-11 16:19:00 -04:00
|
|
|
{{svg "octicon-comment-discussion"}}
|
2022-06-27 16:58:46 -04:00
|
|
|
{{$.locale.Tr "repo.pulls.tab_conversation"}}
|
2023-04-07 15:12:45 -04:00
|
|
|
<span class="ui small label">{{.Issue.NumComments}}</span>
|
2015-12-07 17:30:52 -05:00
|
|
|
</a>
|
2021-11-16 13:18:25 -05:00
|
|
|
<a class="item {{if .PageIsPullCommits}}active{{end}}" {{if .NumCommits}}href="{{.Issue.Link}}/commits"{{end}}>
|
2020-09-11 16:19:00 -04:00
|
|
|
{{svg "octicon-git-commit"}}
|
2022-06-27 16:58:46 -04:00
|
|
|
{{$.locale.Tr "repo.pulls.tab_commits"}}
|
2023-05-02 05:54:29 -04:00
|
|
|
<span class="ui small label">{{if .NumCommits}}{{.NumCommits}}{{else}}-{{end}}</span>
|
2015-12-07 17:30:52 -05:00
|
|
|
</a>
|
2021-11-16 13:18:25 -05:00
|
|
|
<a class="item {{if .PageIsPullFiles}}active{{end}}" {{if .NumFiles}}href="{{.Issue.Link}}/files"{{end}}>
|
2020-09-11 16:19:00 -04:00
|
|
|
{{svg "octicon-diff"}}
|
2022-06-27 16:58:46 -04:00
|
|
|
{{$.locale.Tr "repo.pulls.tab_files"}}
|
2023-05-02 05:54:29 -04:00
|
|
|
<span class="ui small label">{{if .NumFiles}}{{.NumFiles}}{{else}}-{{end}}</span>
|
2015-12-07 17:30:52 -05:00
|
|
|
</a>
|
|
|
|
</div>
|