about summary refs log tree commit diff
path: root/app/views/home/index.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-06 07:33:36 +0200
committerYamagishi Kazutoshi <ykzts@desire.sh>2018-10-06 14:33:36 +0900
commit28401962caff028f328d674878e1f0abd16ffdfd (patch)
tree7ef5662ac2dd29198192d2ddf41656d8832d656d /app/views/home/index.html.haml
parent30dd7f3d909618b8d86d4f71c1784daaa6956743 (diff)
Change documentation URL (#8898)
* Change documentation URL

* Fix hardcoded documentation URL in locales
Diffstat (limited to 'app/views/home/index.html.haml')
-rw-r--r--app/views/home/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml
index 7b1a7e50a..6f3a6942e 100644
--- a/app/views/home/index.html.haml
+++ b/app/views/home/index.html.haml
@@ -14,4 +14,4 @@
     = image_tag asset_pack_path('logo.svg'), alt: 'Mastodon'
 
     %div
-      = t('errors.noscript_html')
+      = t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps')