forked from gitea/gitea
		
	 a2d7999e93
			
		
	
	
		a2d7999e93
		
			
		
	
	
	
	
		
			
			* ui: remove the divider between heatmap and feeds in the dashboard view * this commit reverses 6ccd19ef86b3b729a3b6dc35076639db5531550a Signed-off-by: surtur <a_mirre@utb.cz> * add a divider to the default user dashboard view * another one-line change, this time as a direct complement of 2bfc71614c0c5470162825a21c13838e15ccf5a6 to implement a divider of sorts (as per 6ccd19ef86b3b729a3b6dc35076639db5531550a originally) Signed-off-by: surtur <a_mirre@utb.cz> * removed the divider in heatmap.tmpl * the separator is added by partial templates as needed Signed-off-by: surtur <a_mirre@utb.cz> * load proper dashboard template code in profile.tmpl * as discussed in Discord * includes a divider of its own Signed-off-by: surtur <a_mirre@utb.cz>
		
			
				
	
	
		
			8 lines
		
	
	
		
			317 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			317 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
| <div id="user-heatmap" style="padding-right: 40px">
 | |
| 	<activity-heatmap :locale="locale" :suburl="suburl" :user="heatmapUser">
 | |
| 		<div slot="loading">
 | |
| 			<div class="ui active centered inline indeterminate text loader" id="loading-heatmap">{{.i18n.Tr "user.heatmap.loading"}}</div>
 | |
| 		</div>
 | |
| 	</activity-heatmap>
 | |
| </div>
 |