summaryrefslogtreecommitdiffstats
path: root/app/views/common/error.html.erb
blob: a5ec39c3a2f0690ddc96ce2f67ddfc4409d6e6a0 (plain)
1
2
3
4
5
6
7
8
<h2><%= @status %></h2>

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

<% html_title @status %>