BikeBikeBike/app/views/application/permission_denied.html.haml

10 lines
305 B
Plaintext
Raw Normal View History

2016-05-09 21:35:26 -07:00
= render :partial => 'application/header', :locals => {:image_file => @banner_image || '403.jpg'}
2015-04-14 19:41:46 -07:00
%article
2016-05-30 18:24:07 -07:00
- if @template.present?
2015-04-14 19:41:46 -07:00
=render @template
- else
2016-05-30 18:24:07 -07:00
= row do
= columns do
%h2=_'error.403.title','Sorry, you currently don\'t have access to this page'
%p=_'error.403.description', :p