Added post-conference survey

This commit is contained in:
Godwin
2017-09-04 14:10:55 -07:00
parent 90448e059f
commit 611716bbd3
15 changed files with 481 additions and 99 deletions
@@ -1,4 +1,4 @@
= render :partial => 'application/header', :locals => {:image_file => @banner_image || '403.jpg'}
= render partial: 'application/header', locals: {image_file: @banner_image || '403.jpg'}
%article
- if @template.present?
=render @template
@@ -6,5 +6,9 @@
= row do
= columns do
%h2=_'error.403.title','Sorry, you currently don\'t have access to this page'
%p=_'error.403.description', :p
= render 'contact', cancel_btn: false, contact_reason: :website
- if logged_in?
%p=_'error.403.description', :p
= render 'contact', cancel_btn: false, contact_reason: :website
- else
%p=_'error.403.not_logged_in', :p
= render "application/login"