New registration completed and tested

This commit is contained in:
Godwin
2017-06-03 12:55:13 -07:00
parent 6eddbe0a69
commit eed9bd8b40
21 changed files with 763 additions and 1009 deletions
+1 -2
View File
@@ -1,3 +1,2 @@
- @main_title_t ||= (@this_conference.title)
-# @page_title ||= (@this_conference.title)
- @main_title_t ||= _!(@this_conference.title)
= render partial: 'application/header', locals: { page_group: :conferences, page_key: page_key, image_file: @this_conference.poster_url }
+13 -1
View File
@@ -6,8 +6,20 @@
= warning
%article
- if logged_in?
#step-content= render "registration_steps/#{@step}"
- add_stylesheet 'quill.css'
- add_javascript :quill
- add_inline_script :editor
#step-content
= step_message
= render "registration_steps/#{@step}"
- else
= row do
= columns(medium: 12) do
%h2=_'articles.conference_registration.headings.Registration_Details'
%p= _'articles.conference_registration.paragraphs.Registration_Details'
%h3=_'articles.conference_registration.headings.Verify_Account'
%p=_'articles.conference_registration.paragraphs.Verify_Account'
= row do
= columns(medium: 12) do
= render "application/login"