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