annotate app/views/common/.svn/text-base/error.html.erb.svn-base @ 582:7cca1ac03f0c feature_36

For "I am this author", always pull details from user not from a prior authorship
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 10 Aug 2011 17:19:36 +0100
parents cbce1fd3b1b7
children
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 %>