fix not_public page
body was rendered in the head
This commit is contained in:
parent
fc8e92b67a
commit
128cfb247c
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue