mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Fix admin notices (#10480)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
		@@ -40,7 +40,10 @@
 | 
			
		||||
								<th></th>
 | 
			
		||||
								<th colspan="5">
 | 
			
		||||
									<div class="ui right">
 | 
			
		||||
										<a class="ui red small button" href="{{AppSubUrl}}/admin/notices/empty">{{.i18n.Tr "admin.notices.delete_all"}}</a>
 | 
			
		||||
										<form method="post" action="{{AppSubUrl}}/admin/notices/empty">
 | 
			
		||||
											{{.CsrfTokenHtml}}
 | 
			
		||||
											<button type="submit" class="ui red small button">{{.i18n.Tr "admin.notices.delete_all"}}</button>
 | 
			
		||||
										</form>
 | 
			
		||||
									</div>
 | 
			
		||||
									<div class="ui floating upward dropdown small button">
 | 
			
		||||
										<span class="text">{{.i18n.Tr "admin.notices.actions"}}</span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user