2011-05-21 04:26:15 +00:00
|
|
|
<h2><%=h @status %></h2>
|
|
|
|
|
2011-11-20 14:07:22 +00:00
|
|
|
<% if @message.present? %>
|
|
|
|
<p id="errorExplanation"><%=h @message %></p>
|
|
|
|
<% end %>
|
2012-10-28 20:42:18 +00:00
|
|
|
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
|
2011-05-21 04:26:15 +00:00
|
|
|
|
2011-10-02 18:45:17 +00:00
|
|
|
<% html_title @status %>
|