rubycentral/cfp-app

View on GitHub
app/views/staff/events/speaker_emails.html.haml

Summary

Maintainability
Test Coverage
.row
  .col-md-12
    .page-header
      %h1
        Speaker Email Notification Templates

.row
  .col-md-12
    = form_for event, url: event_staff_update_speaker_emails_path(event), html: {role: 'form'} do |f|
      = render partial: "speaker_notifications_form", locals: {f: f}

    - SpeakerEmailTemplate::TYPES.each do |type_key|
      = render partial: 'speaker_notification_test_dialog', locals: { type_key: type_key }