summaryrefslogtreecommitdiffstats
path: root/app/views/common/error.html.erb
blob: 5bb43dea0ec877365642f683669010123eacc5f3 (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()"><%= l(:button_back) %></a></p>

<% html_title @status %>