]> cat aescling's git repositories - mastodon.git/commitdiff
Add link to other instances list
authorshel <Yiskah.Raphen@gmail.com>
Fri, 10 Feb 2017 18:06:38 +0000 (13:06 -0500)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2017 18:06:38 +0000 (13:06 -0500)
This should help federation

app/views/about/index.html.haml

index 88bfe3d610cafec9223287a1fed46a10505af066..022a3a9e48e6e8213588c495d6cbd5e3bf332b24 100644 (file)
@@ -32,6 +32,7 @@
       = 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'
+      = link_to t('about.other_instances'), 'https://github.com/tootsuite/mastodon/blob/master/docs/Using-Mastodon/List-of-Mastodon-instances.md'
 
     = link_to t('about.get_started'), new_user_registration_path, class: 'button webapp-btn'
     = link_to t('auth.login'), new_user_session_path, class: 'button webapp-btn'