8 lines
205 B
Text
8 lines
205 B
Text
<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 %>
|