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