Browse Source

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

closed-social-v3
Claire 3 years ago
committed by GitHub
parent
commit
1b50ac08c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/about/more.html.haml

+ 1
- 1
app/views/about/more.html.haml 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

Loading…
Cancel
Save