mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Allow rendering alerts in dashboard (#856)
NOTE: useful when logging in via OpenID and connecting to user
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							45a324b437
						
					
				
				
					commit
					23a7527e04
				
			@@ -2,6 +2,7 @@
 | 
			
		||||
<div class="dashboard feeds">
 | 
			
		||||
	{{template "user/dashboard/navbar" .}}
 | 
			
		||||
	<div class="ui container">
 | 
			
		||||
		{{template "base/alert" .}}
 | 
			
		||||
		<div class="ui grid">
 | 
			
		||||
			<div class="ten wide column">
 | 
			
		||||
				{{template "user/dashboard/feeds" .}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user