agile-alliance-brazil/event_registrations

View on GitHub
app/views/email_notifications_mailer/welcome_attendance.html.erb

Summary

Maintainability
Test Coverage
<html>
  <body>
    <%= render 'email_notifications_mailer/email_header' %>

    <div style="padding-left: 100px;padding-right: 100px;padding-top: 30px;">
      <%= render 'email_notifications_mailer/greetings', event: @event, attendance: @attendance %>

      <p><%= I18n.t('attendances.welcome_message', event_name: @event.name) %></p>

      <p><%= link_to I18n.t('attendances.welcome_instructions_title'), @event.link %></p>

      <p><%= link_to I18n.t('attendances.registrations_page'), event_attendance_url(@event, @attendance) %></p>
      <br/>
      <p><%= I18n.t('attendances.confirmed.see_ya') %></p>
      <p><%= I18n.t('attendances.event_team', event_name: @event.name) %></p>
    </div>
  </body>
</html>