obsolete.ChilliProject/app/views/common/error.html.erb

7 lines
156 B
Plaintext

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