1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/views/notifications_mailer/notify_user_role_update.html.erb
2020-05-25 12:54:19 +02:00

16 lines
365 B
Plaintext

<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
<%
name = Setting.get('fablab_name')
gender = Setting.get('name_genre')
%>
<p><%= _t('.body.role_changed_html',
{
NAME: name,
GENDER: gender,
ROLE: t("roles.#{@attached_object.role}")
}
)
# messageFormat
%></p>