sgmap/boussole

View on GitHub
app/views/mailers/mailer/contact_email.md.erb

Summary

Maintainability
Test Coverage
Récapitulatif de votre mise en relation :

- Contact : <%= @contact.email_or_phone %>
- Service : <%= @service.title %>
- <%= @service.class.human_attribute_name(:response_time_upper_bound) %> : <%= @service.response_time_upper_bound %>

Récapitulatif du parcours :

<% @dossier.to_email_properties.each do |key, value| %>
  - <%= t("activerecord.attributes.#{@dossier.class.name.underscore}.#{key}") %> : <%= !!value == value ? t(value.to_s) : value %>
<% end %>