Backport #27298 by @yp05327 divider should always display in subscription page. Before:   After: (no changes when there's no subscriptions)   Co-authored-by: yp05327 <576951401@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
		
							parent
							
								
									71d1bfea7f
								
							
						
					
					
						commit
						77ccd215e2
					
				| 
						 | 
				
			
			@ -62,8 +62,8 @@
 | 
			
		|||
						</div>
 | 
			
		||||
					</div>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="divider"></div>
 | 
			
		||||
				{{if eq (len .Issues) 0}}
 | 
			
		||||
					<div class="divider"></div>
 | 
			
		||||
					{{ctx.Locale.Tr "notification.no_subscriptions"}}
 | 
			
		||||
				{{else}}
 | 
			
		||||
					{{template "shared/issuelist" dict "." . "listType" "dashboard"}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue