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>2016-11-13 19:35:45 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-13 19:35:45 +0100
commit3f54fba0d327858412a8ac315bffb8868ae78651 (patch)
tree416546a8e279e6333b4dd2d836648fd210e87e7e /app/views/about/index.html.haml
parent7ce46701646ddaee3f6a44a364a417c493cc4eb4 (diff)
Use privacy policy from Discourse
Diffstat (limited to 'app/views/about/index.html.haml')
-rw-r--r--app/views/about/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml
index b4df313e2..e9e2f9d93 100644
--- a/app/views/about/index.html.haml
+++ b/app/views/about/index.html.haml
@@ -22,7 +22,7 @@
 
   .actions
     .info
-      =# link_to 'Terms', terms_path
+      = link_to 'Terms', terms_path
       = link_to 'Source code', 'https://github.com/Gargron/mastodon'
 
     = link_to 'Get started', new_user_registration_path, class: 'button'