]> cat aescling's git repositories - mastodon.git/commitdiff
Fix short description in about/more page (#4554)
authorLynx Kotoura <lynx@lv9.org>
Tue, 8 Aug 2017 13:49:32 +0000 (22:49 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 8 Aug 2017 13:49:32 +0000 (15:49 +0200)
app/views/about/more.html.haml

index 189b3bf1e9cf20f885cfefed8aff845fdd6e1cd6..a6fd265fabcd7256ffb1798dc35eea829cc4522b 100644 (file)
               %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