mconf/mconf-web

View on GitHub
app/views/participants/new.html.haml

Summary

Maintainability
Test Coverage
= render "events/title"

#new-event-registration

  - if current_user.present?

    #member-registration.container-fluid
      %h3= t('.title')
      = render 'form'

  - else
    = render 'split_form'