view app/views/common/error.html.erb @ 452:34a6cf259682 feature_36

added a couple of navigation options in the views.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 Jun 2011 17:22:08 +0100
parents 94944d00e43c
children cbce1fd3b1b7
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 %>