mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix missing buttons (#28179)
fix #28173 regression #25948 That PR is supposed to only change the style but somehow delete a code snippet. See the diff(https://github.com/go-gitea/gitea/pull/25948/files#diff-7c36d66fe058f4ff9f2beaac73cf710dca45b350d0dd98daf806828a4745fe62L125-L129) for details. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -120,6 +120,10 @@
 | 
			
		||||
								</button>
 | 
			
		||||
							{{end}}
 | 
			
		||||
						{{else}}
 | 
			
		||||
							{{if not .tag_name}}
 | 
			
		||||
								<button class="ui small button" name="tag_only" value="1">{{ctx.Locale.Tr "repo.release.add_tag"}}</button>
 | 
			
		||||
							{{end}}
 | 
			
		||||
							<button class="ui small button" name="draft" value="1">{{ctx.Locale.Tr "repo.release.save_draft"}}</button>
 | 
			
		||||
							<button class="ui small primary button">
 | 
			
		||||
								{{ctx.Locale.Tr "repo.release.publish"}}
 | 
			
		||||
							</button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user