diaspora/app/views/errors/not_public.haml
Benjamin Neff 128cfb247c fix not_public page
body was rendered in the head
2015-04-20 22:32:32 +02:00

14 lines
420 B
Text

-# Copyright (c) 2010-2012, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
- content_for :head do
= stylesheet_link_tag :error_pages, :media => 'all'
#big-number.transparent
404
#content
= t('error_messages.post_not_public_or_not_exist')
%br
= t('error_messages.login_try_again', :login_link => new_user_session_path).html_safe