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:
parent
f12590fa5c
commit
a44521527a
|
@ -3,6 +3,6 @@
|
||||||
<% if @message.present? %>
|
<% if @message.present? %>
|
||||||
<p id="errorExplanation"><%=h @message %></p>
|
<p id="errorExplanation"><%=h @message %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
<p><a href="javascript:history.back()">Back</a></p>
|
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
|
||||||
|
|
||||||
<% html_title @status %>
|
<% html_title @status %>
|
||||||
|
|
Loading…
Reference in New Issue