annotate app/views/common/error.html.erb @ 1169:492ff72268e3 bug_521

Close obsolete branch bug_521
author Chris Cannam
date Thu, 18 Oct 2012 10:42:48 +0100
parents cbb26bc654de
children 433d4f72a19b
rev   line source
Chris@441 1 <h2><%=h @status %></h2>
Chris@441 2
Chris@909 3 <% if @message.present? %>
Chris@909 4 <p id="errorExplanation"><%=h @message %></p>
Chris@909 5 <% end %>
Chris@441 6 <p><a href="javascript:history.back()">Back</a></p>
Chris@441 7
Chris@441 8 <% html_title @status %>