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.
9 lines
351 B
9 lines
351 B
= render :partial => 'application/header', :locals => {:image_file => @banner_image || '403.jpg'}
|
|
%article
|
|
- if @template.present?
|
|
=render @template
|
|
- else
|
|
= row do
|
|
= columns do
|
|
%h2=_'articles.permission_denied.headings.main','Sorry, you currently don\'t have access to this page'
|
|
%p=_'articles.permission_denied.paragraphs.main', :p
|
|
|