New registration process
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
- else
|
||||
%h2=_@page_title, :t
|
||||
|
||||
= registration_step_menu
|
||||
|
||||
= textfield :title, @title, required: true, lang: @translation, big: true, original_value: @is_translating ? @workshop.title! : nil, original_lang: @workshop.locale
|
||||
= textarea :info, @info, help: 'articles.workshops.paragraphs.info', lang: @translation, original_value: @is_translating ? richtext(@workshop.info!, 4).html_safe : nil, original_lang: @workshop.locale
|
||||
- if !@is_translating && (@workshop.id.blank? || @can_edit)
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
= render 'conferences/page_header', :page_key => 'Conference_Registration'
|
||||
|
||||
= registration_step_menu
|
||||
= render 'conferences/page_header', page_key: 'Conference_Registration'
|
||||
|
||||
%article
|
||||
= render 'workshops/show', :workshop => @workshop, :translations_available_for_editing => @translations_available_for_editing, :preview => false
|
||||
|
||||
Reference in New Issue
Block a user