Hard-coded "Back" on 404 view (#12231).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10745 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-10-28 20:42:18 +00:00
parent fe690dcf20
commit 48d83884c3
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<% if @message.present? %>
<p id="errorExplanation"><%=h @message %></p>
<% end %>
<p><a href="javascript:history.back()">Back</a></p>
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
<% html_title @status %>