view app/views/common/error.html.erb @ 1179:836a2c1f0e9e feature_361

Close obsolete branch feature_361
author Chris Cannam
date Wed, 01 Feb 2012 12:47:54 +0000
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 %>