about summary refs log tree commit diff
path: root/app/views/about/more.html.haml
diff options
context:
space:
mode:
authorLynx Kotoura <lynx@lv9.org>2017-08-08 22:49:32 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-08-08 15:49:32 +0200
commitdcbc1af38a3ddc289783d9e9021690692bc1438e (patch)
tree36483a3d2b3f20b901a24ee9f21235b8d24fb986 /app/views/about/more.html.haml
parent81c41d86814a3cc07baea2e1ff458aca6c374954 (diff)
Fix short description in about/more page (#4554)
Diffstat (limited to 'app/views/about/more.html.haml')
-rw-r--r--app/views/about/more.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/about/more.html.haml b/app/views/about/more.html.haml
index 189b3bf1e..a6fd265fa 100644
--- a/app/views/about/more.html.haml
+++ b/app/views/about/more.html.haml
@@ -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