Fixed missing translation on register page
* Fixed missing translation for registration page title * Update conferences_controller.rb
This commit is contained in:
		
							parent
							
								
									f967bac84c
								
							
						
					
					
						commit
						b2cb7e8c1f
					
				| @ -531,6 +531,7 @@ class ConferencesController < ApplicationController | |||||||
| 
 | 
 | ||||||
| 			@is_host = @this_conference.host? current_user | 			@is_host = @this_conference.host? current_user | ||||||
| 		else | 		else | ||||||
|  | 			@page_title = "articles.conference_registration.headings.#{@this_conference.registration_status == :open ? '': 'Pre_'}Registration_Details" | ||||||
| 			@register_template = :confirm_email | 			@register_template = :confirm_email | ||||||
| 		end | 		end | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,15 +1,13 @@ | |||||||
| %article | = columns(medium: 12) do | ||||||
| 	= columns(medium: 12) do | 	%p=_"articles.conference_registration.paragraphs.#{@this_conference.registration_status == :open ? '': 'Pre_'}Registration_Details" | ||||||
| 		%h2=_"articles.conference_registration.headings.#{@this_conference.registration_status == :open ? '': 'Pre_'}Registration_Details" | 	%h3=_'articles.conference_registration.headings.Verify_Account' | ||||||
| 		%p=_"articles.conference_registration.paragraphs.#{@this_conference.registration_status == :open ? '': 'Pre_'}Registration_Details" | 	%p=_'articles.conference_registration.paragraphs.Verify_Account' | ||||||
| 		%h3=_'articles.conference_registration.headings.Verify_Account' | 
 | ||||||
| 		%p=_'articles.conference_registration.paragraphs.Verify_Account' | 	= form_tag register_path(@this_conference.slug), class: 'flex-form' do | ||||||
| 	= columns(medium: 12) do | 		.email-field.input-field.big | ||||||
| 		= form_tag register_path(@this_conference.slug), class: 'flex-form' do | 			= email_field_tag :email, nil, required: true | ||||||
| 			.email-field.input-field.big | 			= label_tag :email | ||||||
| 				= email_field_tag :email, nil, required: true | 		= button_tag :continue, :value => :confirm_email | ||||||
| 				= label_tag :email | = columns(medium: 12, class: 'flex-column') do | ||||||
| 			= button_tag :continue, :value => :confirm_email | 	%p.stretch-item=_'articles.conference_registration.paragraphs.facebook_sign_in' | ||||||
| 	= columns(medium: 12, class: 'flex-column') do | 	= link_to (_'forms.actions.generic.facebook_sign_in','Facebook Sign In'), auth_at_provider_path(:provider => :facebook), class: [:button, :facebook] | ||||||
| 		%p.stretch-item=_'articles.conference_registration.paragraphs.facebook_sign_in' |  | ||||||
| 		= link_to (_'forms.actions.generic.facebook_sign_in','Facebook Sign In'), auth_at_provider_path(:provider => :facebook), class: [:button, :facebook] |  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user