summaryrefslogtreecommitdiffstats
path: root/app/views/common
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-10-23 09:48:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-10-23 09:48:01 +0000
commiteea456ed84d159289bdc8826439923d365816fa8 (patch)
tree48e20079f38b0d3998df72b4a6bb4dde373da9a2 /app/views/common
parent1e4776fa644525168d0e3bfc0e4232f9dc43d42c (diff)
downloadredmine-eea456ed84d159289bdc8826439923d365816fa8.tar.gz
redmine-eea456ed84d159289bdc8826439923d365816fa8.zip
Improved error message when trying to access an archived project (#2995).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4285 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/common')
-rw-r--r--app/views/common/403.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/403.rhtml b/app/views/common/403.rhtml
index d1173a186..43f487d10 100644
--- a/app/views/common/403.rhtml
+++ b/app/views/common/403.rhtml
@@ -1,6 +1,6 @@
<h2>403</h2>
-<p><%= l(:notice_not_authorized) %></p>
+<p><%=h @message %></p>
<p><a href="javascript:history.back()">Back</a></p>
<% html_title '403' %>