Fix "reason" prefix being shown with no reason for public blocks (#11908)

master
Eugen Rochko 5 years ago committed by GitHub
parent ba0de8fb68
commit 33b2e0f189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/about/more.html.haml

@ -65,7 +65,7 @@
= t('about.unavailable_content_description.silenced') if domain_block.silence?
= t('about.unavailable_content_description.rejecting_media') if domain_block.reject_media?
- if display_blocks_rationale?
- if display_blocks_rationale? && domain_block.public_comment.present?
%strong= t('about.unavailable_content_description.reason')
= domain_block.public_comment

Loading…
Cancel
Save