9 lines
285 B
Plaintext
Raw Normal View History

2016-05-09 21:35:26 -07:00
- @page_title = 'page_titles.404.Page_Not_Found' unless @page_title.present?
2014-07-24 00:16:33 -06:00
2016-05-09 21:35:26 -07:00
= render :partial => 'application/header', :locals => {:image_file => nil}
2015-08-18 22:18:29 -07:00
= row do
= columns(medium: 12) do
%h1
=_'error.404.title','This page does not exist!'
%p
2016-05-09 21:35:26 -07:00
=p(_'error.404.description', :p)