Adding some localizations
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
= "#{yield(:page_title)} - " if content_for?(:page_title)
|
||||
Mastodon
|
||||
|
||||
= stylesheet_link_tag 'application', media: 'all'
|
||||
= stylesheet_link_tag 'application', media: 'all'
|
||||
= csrf_meta_tags
|
||||
|
||||
= yield :header_tags
|
||||
|
@ -6,8 +6,6 @@
|
||||
.footer
|
||||
%span.domain= link_to Rails.configuration.x.local_domain, root_path
|
||||
%span.powered-by
|
||||
\//
|
||||
powered by
|
||||
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
|
||||
= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/Gargron/mastodon')).html_safe
|
||||
|
||||
= render template: "layouts/application"
|
||||
|
Reference in New Issue
Block a user