view app/views/common/error.html.erb @ 849:7018aa84e3a8 feature_36

Close obsolete branch feature_36
author Chris Cannam
date Sat, 24 Sep 2011 18:15:01 +0100
parents cbce1fd3b1b7
children cbb26bc654de
line wrap: on
line source
<h2><%=h @status %></h2>

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

<% html_title @status %>