about summary refs log tree commit diff
path: root/app/views/about/_links.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/about/_links.html.haml')
-rw-r--r--app/views/about/_links.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/about/_links.html.haml b/app/views/about/_links.html.haml
new file mode 100644
index 000000000..492c71320
--- /dev/null
+++ b/app/views/about/_links.html.haml
@@ -0,0 +1,11 @@
+.panel
+  .panel-header= t 'about.links'
+  .panel-list
+    %ul
+      - if user_signed_in?
+        %li= link_to t('about.get_started'), root_path
+      - else
+        %li= link_to t('about.get_started'), new_user_registration_path
+        %li= link_to t('auth.login'), new_user_session_path
+      %li= link_to t('about.terms'), terms_path
+      %li= link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon'