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:
parent
fe690dcf20
commit
48d83884c3
@ -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 %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user