Browse Source
* Add Diff Download to Compare List * Add&Change Text for Diff Options * move button to seperate template * add drop down menue with options * Update: Compare update Gogs, BitBucket, RhodeCode and remove gitea issue link Co-Authored-By: Lauris BH <lauris@nix.lv> * remove last things from TESTingtags/v1.11.0-rc1
4 changed files with 16 additions and 3 deletions
@ -0,0 +1,9 @@
|
||||
<div class="ui dropdown tiny button"> |
||||
{{.i18n.Tr "repo.diff.options_button"}} |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<a class="item tiny basic toggle button" data-target="#diff-files">{{.i18n.Tr "repo.diff.show_diff_stats"}}</a> |
||||
<a class="item" href="{{$.RepoLink}}/pulls/{{.Issue.Index}}.patch" download="{{.Issue.Index}}.patch">{{.i18n.Tr "repo.diff.download_patch"}}</a> |
||||
<a class="item" href="{{$.RepoLink}}/pulls/{{.Issue.Index}}.diff" download="{{.Issue.Index}}.diff">{{.i18n.Tr "repo.diff.download_diff"}}</a> |
||||
</div> |
||||
</div> |
Loading…
Reference in new issue