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

16 lines
365 B
Plaintext
Raw Normal View History

<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
<%
2020-05-13 15:02:03 +02:00
name = Setting.get('fablab_name')
gender = Setting.get('name_genre')
%>
2020-05-05 11:59:52 +02:00
<p><%= _t('.body.role_changed_html',
{
NAME: name,
GENDER: gender,
ROLE: t("roles.#{@attached_object.role}")
}
)
# messageFormat
%></p>