File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<i class="dropdown icon"></i>
4
4
<div class="menu">
5
5
<a class="item tiny basic toggle button" data-target="#diff-files">{{.i18n.Tr "repo.diff.show_diff_stats"}}</a>
6
- <a class="item" href="{{$.RepoLink}}/pulls/{{.Issue.Index}}.patch" download="15 .patch">{{.i18n.Tr "repo.diff.download_patch"}}</a>
7
- <a class="item" href="{{$.RepoLink}}/pulls/{{.Issue.Index}}.diff" download="15 .diff">{{.i18n.Tr "repo.diff.download_diff"}}</a>
6
+ <a class="item" href="{{$.RepoLink}}/pulls/{{.Issue.Index}}.patch" download="{{.Issue.Index}} .patch">{{.i18n.Tr "repo.diff.download_patch"}}</a>
7
+ <a class="item" href="{{$.RepoLink}}/pulls/{{.Issue.Index}}.diff" download="{{.Issue.Index}} .diff">{{.i18n.Tr "repo.diff.download_diff"}}</a>
8
8
</div>
9
9
</div>
You can’t perform that action at this time.
0 commit comments