annotate app/views/common/.svn/text-base/error.html.erb.svn-base @ 208:bb7cac2ac146 feature_72

removed 2 files that should not be here (related to previous experiences with T&C)
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Feb 2011 13:15:47 +0000
parents 94944d00e43c
children cbce1fd3b1b7
rev   line source
chris@37 1 <h2><%=h @status %></h2>
chris@37 2
chris@37 3 <p id="errorExplanation"><%=h @message %></p>
chris@37 4 <p><a href="javascript:history.back()">Back</a></p>
chris@37 5
chris@37 6 <% html_title @status %>