error.html.erb
8 lines
| 207 B
| text/plain
|
TextLexer
|
r5752 | <h2><%=h @status %></h2> | ||
|
r7756 | <% if @message.present? %> | ||
<p id="errorExplanation"><%=h @message %></p> | ||||
<% end %> | ||||
|
r10530 | <p><a href="javascript:history.back()"><%= l(:button_back) %></a></p> | ||
|
r5752 | |||
|
r7445 | <% html_title @status %> | ||