|
@ -46,33 +46,33 @@ |
|
|
.dlg-content |
|
|
.dlg-content |
|
|
%h2.title=_'articles.contact.headings.contact' |
|
|
%h2.title=_'articles.contact.headings.contact' |
|
|
.dlg-inner= render 'contact', cancel_btn: true |
|
|
.dlg-inner= render 'contact', cancel_btn: true |
|
|
- if @confirmation_dlg.present? |
|
|
- if @confirmation_dlg.present? |
|
|
.dlg#confirmation-dlg |
|
|
.dlg#confirmation-dlg |
|
|
.dlg-content |
|
|
.dlg-content |
|
|
%h2.title=_'modals.confirm' |
|
|
%h2.title=_'modals.confirm' |
|
|
.dlg-inner |
|
|
.dlg-inner |
|
|
%p.message='' |
|
|
%p.message='' |
|
|
%a.button.confirm=_'modals.yes_button' |
|
|
%a.button.confirm=_'modals.yes_button' |
|
|
%button.delete.close=_'modals.no_button' |
|
|
%button.delete.close=_'modals.no_button' |
|
|
- if @info_dlg.present? |
|
|
- if @info_dlg.present? |
|
|
.dlg#info-dlg |
|
|
.dlg#info-dlg |
|
|
.dlg-content |
|
|
.dlg-content |
|
|
%h2.title=_'modals.info' |
|
|
%h2.title=_'modals.info' |
|
|
.dlg-inner |
|
|
.dlg-inner |
|
|
%p.message='' |
|
|
%p.message='' |
|
|
%button.close=_'modals.done_button' |
|
|
%button.close=_'modals.done_button' |
|
|
- if @login_dlg.present? |
|
|
- if @login_dlg.present? |
|
|
.dlg#login-dlg |
|
|
.dlg#login-dlg |
|
|
.dlg-content |
|
|
.dlg-content |
|
|
%h2.title=_'forms.actions.generic.login' |
|
|
%h2.title=_'forms.actions.generic.login' |
|
|
.dlg-inner |
|
|
.dlg-inner |
|
|
= form_tag do_confirm_path, class: 'flex-form' do |
|
|
= form_tag do_confirm_path, class: 'flex-form' do |
|
|
= hidden_field_tag :dest, settings_path |
|
|
= hidden_field_tag :dest, settings_path |
|
|
= emailfield :email, nil, big: true |
|
|
= emailfield :email, nil, big: true |
|
|
= button_tag :continue, :value => :confirm_email |
|
|
= button_tag :continue, :value => :confirm_email |
|
|
.flex-form |
|
|
.flex-form |
|
|
= link_to (_'forms.actions.generic.facebook_sign_in','Facebook Sign In'), auth_at_provider_path(provider: :facebook, dest: settings_path), class: [:button, :facebook] |
|
|
= link_to (_'forms.actions.generic.facebook_sign_in','Facebook Sign In'), auth_at_provider_path(provider: :facebook, dest: settings_path), class: [:button, :facebook] |
|
|
%button.close.subdued=_'forms.actions.generic.cancel' |
|
|
%button.close.subdued=_'forms.actions.generic.cancel' |
|
|
|
|
|
|
|
|
= yield :footer_scripts if content_for?(:footer_scripts) |
|
|
= yield :footer_scripts if content_for?(:footer_scripts) |
|
|
= inline_scripts |
|
|
= inline_scripts |
|
|