about summary refs log tree commit diff
path: root/app/views/about/index.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-13 20:14:21 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-13 20:16:38 +0100
commitc01dd089ff3149ce6b5bf539143b335a84c08eee (patch)
tree00e23e23befc3e0a783126bb687c70602cc11e02 /app/views/about/index.html.haml
parente25170f960bdc890e4f8a6b1373ab55192669629 (diff)
Adding about/more page with extended information that can be set up by an admin
Diffstat (limited to 'app/views/about/index.html.haml')
-rw-r--r--app/views/about/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml
index a593ff578..88bfe3d61 100644
--- a/app/views/about/index.html.haml
+++ b/app/views/about/index.html.haml
@@ -29,6 +29,7 @@
 
   .actions
     .info
+      = link_to t('about.learn_more'), about_more_path
       = link_to t('about.terms'), terms_path
       = link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon'