fix not_public page

body was rendered in the head
This commit is contained in:
Benjamin Neff 2015-04-20 22:32:11 +02:00
parent fc8e92b67a
commit 128cfb247c

View file

@ -5,10 +5,10 @@
- content_for :head do - content_for :head do
= stylesheet_link_tag :error_pages, :media => 'all' = stylesheet_link_tag :error_pages, :media => 'all'
#big-number.transparent #big-number.transparent
404 404
#content #content
= t('error_messages.post_not_public_or_not_exist') = t('error_messages.post_not_public_or_not_exist')
%br %br
= t('error_messages.login_try_again', :login_link => new_user_session_path).html_safe = t('error_messages.login_try_again', :login_link => new_user_session_path).html_safe