af83/chouette-core

View on GitHub
app/views/import_mailer/finished.html.slim

Summary

Maintainability
Test Coverage
h2.mail-title
  == 'mailers.hello'.t
p== t('mailers.import_mailer.finished.body', import_name: @import.name, status: I18n.t("mailers.statuses.#{@status}"))
p= mailer_button(t('mailers.import_mailer.button'), workbench_import_url(@import.workbench, @import))