view app/views/common/error.html.erb @ 1185:f37237021a46 cannam

Merge
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 14:14:56 +0000
parents cbb26bc654de
children 433d4f72a19b
line wrap: on
line source
<h2><%=h @status %></h2>

<% if @message.present? %>
  <p id="errorExplanation"><%=h @message %></p>
<% end %>
<p><a href="javascript:history.back()">Back</a></p>

<% html_title @status %>