##// END OF EJS Templates
Merged r13478 from trunk to 2.6-stable (#18156)...
Merged r13478 from trunk to 2.6-stable (#18156) Spanish translation updated by Jesus Gutierrez de la Vega. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13480 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10530:48d83884c36f
r13098:c1fb0a73bb90
Show More
error.html.erb
8 lines | 207 B | text/plain | TextLexer
<h2><%=h @status %></h2>
<% if @message.present? %>
<p id="errorExplanation"><%=h @message %></p>
<% end %>
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
<% html_title @status %>