diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-19 09:27:18 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-08-19 09:27:18 +0200 |
commit | 88a0395a58739ff0a4bc8ff79bc0b60ac2c0f736 (patch) | |
tree | 301ba59a7d214d5cf655263c95d731b9f18b6566 /app/views/layouts | |
parent | 44e31c3e531e5c206003b7ed83ee1d6fdd3b2b53 (diff) | |
parent | 59c68c1a74d5398b9c31489744ff8eca82e2ce50 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/public.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 098262b2e..24911bb1e 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -42,6 +42,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' |