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.20.1 app/views/errors/not_found.html.erb
mumuki-laboratory-9.20.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.19.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.18.1 app/views/errors/not_found.html.erb
mumuki-laboratory-9.18.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.17.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.16.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.15.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.14.1 app/views/errors/not_found.html.erb
mumuki-laboratory-9.14.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.13.2 app/views/errors/not_found.html.erb
mumuki-laboratory-9.13.1 app/views/errors/not_found.html.erb
mumuki-laboratory-9.13.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.12.1 app/views/errors/not_found.html.erb
mumuki-laboratory-9.12.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.11.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.10.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.9.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.8.2 app/views/errors/not_found.html.erb
mumuki-laboratory-9.8.1 app/views/errors/not_found.html.erb