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-7.10.5 app/views/errors/not_found.html.erb
mumuki-laboratory-7.10.4 app/views/errors/not_found.html.erb
mumuki-laboratory-7.10.3 app/views/errors/not_found.html.erb