@@ -1,8 +1,8 | |||||
1 | <h2><%=h @status %></h2> |
|
1 | <h2><%=h @status %></h2> | |
2 |
|
2 | |||
3 | <% if @message.present? %> |
|
3 | <% if @message.present? %> | |
4 | <p id="errorExplanation"><%=h @message %></p> |
|
4 | <p id="errorExplanation"><%=h @message %></p> | |
5 | <% end %> |
|
5 | <% end %> | |
6 |
<p><a href="javascript:history.back()"> |
|
6 | <p><a href="javascript:history.back()"><%= l(:button_back) %></a></p> | |
7 |
|
7 | |||
8 | <% html_title @status %> |
|
8 | <% html_title @status %> |
General Comments 0
You need to be logged in to leave comments.
Login now