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

9 lines
189 B
Plaintext

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