Dalphi/dalphi

View on GitHub
app/views/annotator_welcome_mailer/without_password.text.erb

Summary

Maintainability
Test Coverage
<%= t 'mailers.annotator-welcome.without-password.greeting',
      annotator: @annotator.name %>

<%= t 'mailers.annotator-welcome.without-password.message',
       setup_password_link: "#{t('mailers.annotator-welcome.without-password.setup_password_link_label')} (#{edit_annotator_password_url(reset_password_token: @reset_password_token)})" %>

<%= t('mailers.annotator-welcome.with-password.salutation') %>