12 lines
377 B
Text
12 lines
377 B
Text
|
<main class="main main--error">
|
||
|
<div class="container">
|
||
|
<%= icon('mood-sad') %>
|
||
|
<h1><%= zt('Page not found') %></h1>
|
||
|
<p>
|
||
|
<%= zt('The page you were looking for does not exist.') %>
|
||
|
<%= link_to zt('Click here'), custom_path_if_needed(help_root_path(locale: fallback_locale.locale)) %>
|
||
|
<%= zt('to go to the homepage.') %>
|
||
|
</p>
|
||
|
</div>
|
||
|
</main>
|