You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
477 B
23 lines
477 B
<%= t "user_mailer.warning.title.#{@warning.action}" %>
|
|
|
|
===
|
|
|
|
<% unless @warning.none_action? %>
|
|
<%= t "user_mailer.warning.explanation.#{@warning.action}" %>
|
|
|
|
<% end %>
|
|
<%= @warning.text %>
|
|
<% if !@statuses.nil? && !@statuses.empty? %>
|
|
<%= t('user_mailer.warning.statuses') %>
|
|
|
|
<% @statuses.each do |status| %>
|
|
|
|
<%= render 'notification_mailer/status', status: status %>
|
|
---
|
|
<% end %>
|
|
<% else %>
|
|
---
|
|
<% end %>
|
|
|
|
<%= t 'user_mailer.warning.get_in_touch', instance: @instance %>
|