21 lines
549 B
Text
21 lines
549 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.
|
|
|
|
- if in_mobile_view?
|
|
:css
|
|
#big-number{ font-size: 120px;}
|
|
#content{ font-size: 13px;}
|
|
|
|
- content_for :head do
|
|
= stylesheet_link_tag :error_pages, :media => 'all'
|
|
|
|
- content_for :after_content do
|
|
|
|
#big-number.transparent
|
|
404
|
|
|
|
#content
|
|
= t('error_messages.post_not_public')
|
|
%br
|
|
= t('error_messages.login_try_again', :login_link => new_user_session_path).html_safe
|