mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	* 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 TESTing
		
			
				
	
	
		
			10 lines
		
	
	
		
			550 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			550 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
<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>
 |