Merged r10745 from trunk (#12231).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.1-stable@10824 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-11-17 09:24:19 +00:00
parent f12590fa5c
commit a44521527a
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 %>