not_found.html.erb 394 B

1234567891011
  1. <main class="main main--error">
  2. <div class="container">
  3. <%= icon('mood-sad') %>
  4. <h1><%= zt('Page not found') %></h1>
  5. <p>
  6. <%= zt('The page you were looking for does not exist.') %>
  7. <%= link_to zt('Click here'), custom_path_if_needed(help_root_path(locale: fallback_locale.locale), @knowledge_base) %>
  8. <%= zt('to go to the homepage.') %>
  9. </p>
  10. </div>
  11. </main>