Sha256: 45c9597bf1553b9f97963c67dd68192d138369a93f83fb55c4b66315b2870f39

Contents?: true

Size: 493 Bytes

Versions: 63

Compression:

Stored size: 493 Bytes

Contents

<%= render layout: 'layouts/error' do %>
    <div class="header">
      <img class="error-code-img" src="/error/404.svg">
    </div>
    <div class="body">
      <h2><%= t('error.title.not_found') %></h2>
      <p class="mu-error-status-line">
        <%= t(:error_description, error: link_to_error_404).html_safe %>
      </p>
      <p class="mu-error-explanation-line">
        <%= Organization.current.explain_error(404, :not_found_explanation).html_safe %>
      </p>
    </div>
<% end %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
mumuki-laboratory-9.0.2 app/views/errors/not_found.html.erb
mumuki-laboratory-9.0.1 app/views/errors/not_found.html.erb
mumuki-laboratory-9.0.0 app/views/errors/not_found.html.erb
mumuki-laboratory-8.6.1 app/views/errors/not_found.html.erb
mumuki-laboratory-8.6.0 app/views/errors/not_found.html.erb
mumuki-laboratory-8.5.0 app/views/errors/not_found.html.erb
mumuki-laboratory-8.4.0 app/views/errors/not_found.html.erb
mumuki-laboratory-8.3.0 app/views/errors/not_found.html.erb
mumuki-laboratory-8.2.1 app/views/errors/not_found.html.erb
mumuki-laboratory-8.2.0 app/views/errors/not_found.html.erb
mumuki-laboratory-8.1.3 app/views/errors/not_found.html.erb
mumuki-laboratory-8.1.2 app/views/errors/not_found.html.erb
mumuki-laboratory-8.1.1 app/views/errors/not_found.html.erb
mumuki-laboratory-8.1.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.12.3 app/views/errors/not_found.html.erb
mumuki-laboratory-8.0.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.12.1 app/views/errors/not_found.html.erb
mumuki-laboratory-7.12.0 app/views/errors/not_found.html.erb
mumuki-laboratory-7.11.1 app/views/errors/not_found.html.erb
mumuki-laboratory-7.11.0 app/views/errors/not_found.html.erb