You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
393 B
10 lines
393 B
= render :partial => 'application/header', :locals => {:image_file => @banner_image || '403.jpg'}
|
|
%article
|
|
- if @template.present?
|
|
=render @template
|
|
- else
|
|
= 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
|