Simplify getting started links localization. Link "powered by Mastodon" to joinmastodon.org (#3725)

This commit is contained in:
Eugen Rochko
2017-06-13 03:55:28 +02:00
committed by GitHub
parent 85d5518b6b
commit 47ace633dc
30 changed files with 2 additions and 41 deletions

View File

@ -10,6 +10,6 @@
—
%span.domain= link_to site_hostname, root_path
%span.powered-by
!= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon'))
!= t('generic.powered_by', link: link_to('Mastodon', 'https://joinmastodon.org'))
= render template: 'layouts/application'