annotate app/views/common/error.html.erb @ 850:e9e53db0c93a bug_213

Close obsolete branch bug_213
author Chris Cannam
date Sat, 13 Aug 2011 14:51:48 +0100
parents cbce1fd3b1b7
children cbb26bc654de
rev   line source
Chris@441 1 <h2><%=h @status %></h2>
Chris@441 2
Chris@441 3 <p id="errorExplanation"><%=h @message %></p>
Chris@441 4 <p><a href="javascript:history.back()">Back</a></p>
Chris@441 5
Chris@441 6 <% html_title @status %>