Files
Redmine/app/views/common/error.html.erb

9 lines
205 B
Plaintext
Raw Normal View History

<h2><%= @status %></h2>
<% if @message.present? %>
<p id="errorExplanation"><%= @message %></p>
<% end %>
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
<% html_title @status %>