about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-08-19 01:17:44 +0200
committerGitHub <noreply@github.com>2018-08-19 01:17:44 +0200
commit0fc0980de1d8b9fd94da5aa4ce5f222f57649eff (patch)
tree712432e7d1af9696f78f38a7ccc6701efca4b394 /app/views
parent9dd5639f90e7a256863a2b1fc199390def8bdb14 (diff)
Link to mobile apps page (#8278)
Fix #8269
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/public.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index f9d808bed..ca9dac8bb 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -45,6 +45,6 @@
             %h4= t 'footer.more'
             %ul
               %li= link_to t('about.source_code'), Mastodon::Version.source_url
-              %li= link_to 'joinmastodon.org', 'https://joinmastodon.org'
+              %li= link_to t('about.apps'), 'https://joinmastodon.org/apps'
 
 = render template: 'layouts/application'