Sha256: b8dd17e5de3a3d3d59bf4140ebe574cf88489960f77f35202fcf7e00552b4809

Contents?: true

Size: 587 Bytes

Versions: 52

Compression:

Stored size: 587 Bytes

Contents

<%= render layout: 'layouts/error' do %>
    <div class="header">
      <img class="error-code-img" src="/error/404.svg">
    </div>
    <div class="body">
      <p>
        <%= t(:error_description, error: link_to_error_404).html_safe %>
      </p>
      <p>
        <%= Organization.current.explain_error(404, :not_found_explanation).html_safe %>
      </p>
      <p>
        <%= t(:tell_us_if_our_error, issues: link_to_issues(:let_us_know)).html_safe %>
      </p>
      <p>
        <a class="btn btn-success" href="/"> <%= t(:back_to_mumuki) %> </a>
      </p>
    </div>
<% end %>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
mumuki-laboratory-7.10.2 app/views/errors/not_found.html.erb
mumuki-laboratory-7.10.1 app/views/errors/not_found.html.erb
mumuki-laboratory-7.10.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.9.2 app/views/errors/not_found.html.erb
mumuki-laboratory-7.9.1 app/views/errors/not_found.html.erb
mumuki-laboratory-7.9.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.7.6 app/views/errors/not_found.html.erb
mumuki-laboratory-7.7.5 app/views/errors/not_found.html.erb
mumuki-laboratory-7.7.4 app/views/errors/not_found.html.erb
mumuki-laboratory-7.8.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.7.3 app/views/errors/not_found.html.erb
mumuki-laboratory-7.7.2 app/views/errors/not_found.html.erb
mumuki-laboratory-7.7.1 app/views/errors/not_found.html.erb
mumuki-laboratory-7.7.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.6.2 app/views/errors/not_found.html.erb
mumuki-laboratory-7.6.1 app/views/errors/not_found.html.erb
mumuki-laboratory-7.6.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.5.2 app/views/errors/not_found.html.erb
mumuki-laboratory-7.5.1 app/views/errors/not_found.html.erb
mumuki-laboratory-7.5.0 app/views/errors/not_found.html.erb