annotate app/views/common/error.html.erb @ 490:cd64fb9ab701 feature_199

Add "Edit this page" link to welcome page if the current user is authorised to do so
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 12 Jul 2011 11:51:42 +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 %>