9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
|
<h3><%=h @status %></h3>
|
||
|
|
||
|
<% if @message.present? %>
|
||
|
<p id="errorExplanation"><%=h @message %></p>
|
||
|
<% end %>
|
||
|
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
|
||
|
|
||
|
<% html_title @status %>
|