mirror of
https://github.com/mastodon/mastodon.git
synced 2026-01-20 22:09:11 +00:00
Use link_to for contribute translation link (#36011)
This commit is contained in:
parent
3d55dcdf7f
commit
009275e66b
|
|
@ -43,7 +43,8 @@
|
|||
|
||||
- unless I18n.locale == :en
|
||||
.flash-message.translation-prompt
|
||||
#{t 'appearance.localization.body'} #{content_tag(:a, t('appearance.localization.guide_link_text'), href: t('appearance.localization.guide_link'), target: '_blank', rel: 'noopener')}
|
||||
= t 'appearance.localization.body'
|
||||
= link_to t('appearance.localization.guide_link_text'), t('appearance.localization.guide_link'), target: '_blank', rel: 'noopener'
|
||||
|
||||
= f.simple_fields_for :settings, current_user.settings do |ff|
|
||||
%h4= t 'appearance.animations_and_accessibility'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user