diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-19 16:10:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 16:10:55 +0200 |
commit | 93c66f0c03c27ee02b9875c3c051d9bf50b33e19 (patch) | |
tree | 8905c9fde9060730dafc15bb8ab175017b3b48a1 /app/views/layouts | |
parent | 587da93152aa68f4ebe3285155aea5642f517d40 (diff) |
In footer, replace text "Mastodon" with logo (#7545)
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 63cc3c7a7..600290297 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -12,6 +12,6 @@ - else %span.footer__domain= link_to site_hostname, root_path %span.powered-by - != t('generic.powered_by', link: link_to('Mastodon', 'https://joinmastodon.org')) + != t('generic.powered_by', link: link_to('https://joinmastodon.org') { image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon' }) = render template: 'layouts/application' |