summaryrefslogtreecommitdiffstats
path: root/app/views/common/error.html.erb
blob: 77ead9df4281dbec9603908c5ac8988c7139b4ae (plain)
1
2
3
4
5
6
7
8
<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 %>