##// END OF EJS Templates
Hard-coded "Back" on 404 view (#12231)....
Jean-Philippe Lang -
r10530:48d83884c36f
parent child
Show More
@@ -3,6 +3,6
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()">Back</a></p>
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