Sha256: fae93233091bc32ba68b8affff945defaaa7b6f47587de91fdad659967907678

Contents?: true

Size: 587 Bytes

Versions: 54

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

54 entries across 54 versions & 1 rubygems

Version Path
mumuki-laboratory-5.1.0 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.12 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.11 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.10 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.9 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.8 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.7 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.6 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.5 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.4 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.3 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.2 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.1 app/views/errors/not_found.html.erb
mumuki-laboratory-5.0.0 app/views/errors/not_found.html.erb