trabajo-afectivo/app/views/knowledge_base/public/not_found.html.erb

12 lines
394 B
Text
Raw Permalink Normal View History

2019-06-04 03:40:48 +00:00
<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), @knowledge_base) %>
2019-06-04 03:40:48 +00:00
<%= zt('to go to the homepage.') %>
</p>
</div>
</main>