1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/app/views/notifications_mailer/notify_admin_user_merged.html.erb

11 lines
392 B
Plaintext
Raw Normal View History

2016-03-23 18:39:41 +01:00
<% provider = AuthProvider.from_strategy_name(@attached_object.provider) %>
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
<p><%= t('.body.imported_account_merged',
PROVIDER: provider.name,
NAME: @attached_object.profile.full_name) %>
&lt;<%= @attached_object.email%>&gt;.
</p>
<p><%= t('.body.provider_uid', UID: @attached_object.uid) %></p>