diff options
author | shel <Yiskah.Raphen@gmail.com> | 2017-03-17 11:16:39 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-03-17 16:16:39 +0100 |
commit | 38dceb3bf7f4d47ea79e56a9e81d8e695136ae74 (patch) | |
tree | f6973b5365cf5985d51de90ab5f10ca27e0a8efe /app/views/about | |
parent | 017350e0ead4715ef4180eb7b1f6fecb67fbf554 (diff) |
Promote Apps (#670)
"Various apps are available" is now a hyperlink
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml index 022a3a9e4..662dcbbba 100644 --- a/app/views/about/index.html.haml +++ b/app/views/about/index.html.haml @@ -31,6 +31,7 @@ .info = link_to t('about.learn_more'), about_more_path = link_to t('about.terms'), terms_path + = link_to t('apps'), 'https://github.com/tootsuite/mastodon/blob/master/docs/Using-Mastodon/Apps.md' = 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' |