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