to specify why users got a 404, and possibly leaking information while doing this See discussion in #3717 for rationale on not implementing specific HTTP codes This solves around #3717 and #3728 Adjusting travis breakage
14 lines
432 B
Text
14 lines
432 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
|