Sha256: 97bbb98fda6a3b109d1e55c8ee296b2d3d972eb9f5aa1e13bfda0090dcf75ed2

Contents?: true

Size: 500 Bytes

Versions: 3

Compression:

Stored size: 500 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(:not_found, :not_found_explanation).html_safe %>
      </p>
    </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.22.0 app/views/errors/not_found.html.erb
mumuki-laboratory-9.21.0 app/views/errors/not_found.html.erb