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

7 lines
153 B
Plaintext
Raw Normal View History

2011-05-29 23:00:18 +04:00
<h2><%=h @status %></h2>
<p id="errorExplanation"><%=h @message %></p>
<p><a href="javascript:history.back()">Back</a></p>
2011-07-30 23:51:06 +04:00
<% html_title h(@status) %>