From 38dceb3bf7f4d47ea79e56a9e81d8e695136ae74 Mon Sep 17 00:00:00 2001 From: shel Date: Fri, 17 Mar 2017 11:16:39 -0400 Subject: Promote Apps (#670) "Various apps are available" is now a hyperlink --- app/assets/javascripts/components/features/getting_started/index.jsx | 2 +- app/views/about/index.html.haml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/assets/javascripts/components/features/getting_started/index.jsx b/app/assets/javascripts/components/features/getting_started/index.jsx index 48b4a6b8e..846e4f53b 100644 --- a/app/assets/javascripts/components/features/getting_started/index.jsx +++ b/app/assets/javascripts/components/features/getting_started/index.jsx @@ -45,7 +45,7 @@ const GettingStarted = ({ intl, me }) => {

-

tootsuite/mastodon }} />

+

tootsuite/mastodon, apps: }} />

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' -- cgit