Fix server rules not being displayed if extended server discription isn't set (#15778)

lolsob-rspec
Claire 2021-02-22 18:26:24 +01:00 committed by GitHub
parent 6faf654c43
commit 6ff52096d7
1 changed files with 1 additions and 1 deletions

View File

@ -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