9 lines
447 B
Text
9 lines
447 B
Text
%p
|
|
= s_("Notify|Hi %{user}!") % { user: sanitize_name(@user.name) }
|
|
%p
|
|
= s_("Notify|A new GPG key was added to your account:")
|
|
%p
|
|
= s_("Notify|Fingerprint: %{fingerprint}").html_safe % { fingerprint: content_tag(:code, @gpg_key.fingerprint) }
|
|
%p
|
|
- removal_link = link_to _("GPG Keys"), profile_gpg_keys_url
|
|
= s_("Notify|If this key was added in error, you can remove it under %{removal_link}").html_safe % { removal_link: removal_link }
|