blob: 44d5803de0425aa003172c7c9f61f8d03b13e111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<h1>Sorry, we couldn't find that page</h1>
<p>The page either doesn't exist, or is broken. Things you can try now:</p>
<ul>
<li>Check for mistakes if you typed or copied the address.</li>
<li>Search the site to find what you were looking for.
<% form_tag({:controller => "general", :action => "search_redirect"}, {:id => "search_form"}) do %>
<%= text_field_tag 'query', params[:query], { :size => 30 } %>
<%= submit_tag "Search" %>
<% end %>
</li>
<li><a href="/help/contact">Contact us</a> to tell us about
the problem</li>
<li>Go to our <a href="/">front page</a></li>
</ul>
<p id="error_technical_details"><strong>Technical details:</strong> <%=@exception_class ? @exception_class : "Unknown"%></p>
|