Browse Source

Fix short description in about/more page (#4554)

pull/4/head
Lynx Kotoura 6 years ago
committed by Eugen Rochko
parent
commit
dcbc1af38a
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      app/views/about/more.html.haml

+ 3
- 4
app/views/about/more.html.haml View File

@ -35,10 +35,9 @@
%i.fa.fa-external-link{ style: 'padding-left: 5px;' }
.container.hero
.about-short
.heading
%h3= t('about.description_headline', domain: site_hostname)
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
.heading
%h3= t('about.description_headline', domain: site_hostname)
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
.information-board
.container

Loading…
Cancel
Save