about summary refs log tree commit diff
path: root/app/views/about
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-01 16:58:13 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-01 16:58:13 +0100
commit57304ac375e905fb0efa1b98a6100828bdbef2e1 (patch)
tree820e85a777938b618cc18fe3d45c0fcc9aaf7179 /app/views/about
parentbab4904492dff61f20f44e6e0daf040173990214 (diff)
Catch 404 errors when downloading remote media, add screenshot to landing page
Diffstat (limited to 'app/views/about')
-rw-r--r--app/views/about/index.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml
index 831e7f854..5fa6f58b3 100644
--- a/app/views/about/index.html.haml
+++ b/app/views/about/index.html.haml
@@ -18,6 +18,11 @@
     %em= Rails.configuration.x.local_domain
     is a Mastodon instance.
 
+  .screenshot= image_tag 'screenshot.png'
+
   .actions
+    .info
+      = link_to 'Source code', 'https://github.com/Gargron/mastodon'
+
     = link_to 'Get started', new_user_registration_path, class: 'button'
     = link_to 'Log in', new_user_session_path, class: 'button'