Fix server rules not being displayed if extended server discription isn't set (#15778)
This commit is contained in:
		@@ -43,7 +43,7 @@
 | 
				
			|||||||
  .column-3
 | 
					  .column-3
 | 
				
			||||||
    = render 'application/flashes'
 | 
					    = render 'application/flashes'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - if @contents.blank? && (!display_blocks? || @blocks&.empty?)
 | 
					    - if @contents.blank? && @rules.empty? && (!display_blocks? || @blocks&.empty?)
 | 
				
			||||||
      = nothing_here
 | 
					      = nothing_here
 | 
				
			||||||
    - else
 | 
					    - else
 | 
				
			||||||
      .box-widget
 | 
					      .box-widget
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user