Restore registration flow

This commit is contained in:
Michael Ball 2020-06-18 04:29:57 -07:00
parent 545b4b8852
commit 26692027a5

View file

@ -29,6 +29,7 @@
- if @conference.user_registered?(current_user)
= f.action :submit, button_html: { value: 'Update Registration', class: 'btn btn-primary' }
- else
= link_to('Get Tickets', conference_tickets_path(@conference), class: 'btn btn-primary')
= f.action :submit, button_html: { value: 'Register', class: 'btn btn-primary', id: 'register' }
.tab-pane{role: 'tabpanel', id: 'signin'}
= render partial: 'devise/shared/sign_in_form_embedded'