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-6.4.2 app/views/errors/not_found.html.erb
mumuki-laboratory-6.4.1 app/views/errors/not_found.html.erb
mumuki-laboratory-6.4.0 app/views/errors/not_found.html.erb
mumuki-laboratory-6.2.0 app/views/errors/not_found.html.erb
mumuki-laboratory-6.1.5 app/views/errors/not_found.html.erb
mumuki-laboratory-6.0.4 app/views/errors/not_found.html.erb
mumuki-laboratory-6.1.4 app/views/errors/not_found.html.erb
mumuki-laboratory-6.1.3 app/views/errors/not_found.html.erb
mumuki-laboratory-6.0.3 app/views/errors/not_found.html.erb
mumuki-laboratory-6.1.2 app/views/errors/not_found.html.erb
mumuki-laboratory-6.1.1 app/views/errors/not_found.html.erb
mumuki-laboratory-6.1.0 app/views/errors/not_found.html.erb
mumuki-laboratory-6.0.2 app/views/errors/not_found.html.erb
mumuki-laboratory-6.0.1 app/views/errors/not_found.html.erb
mumuki-laboratory-6.0.0 app/views/errors/not_found.html.erb
mumuki-laboratory-5.13.0 app/views/errors/not_found.html.erb
mumuki-laboratory-5.12.1 app/views/errors/not_found.html.erb
mumuki-laboratory-5.12.0 app/views/errors/not_found.html.erb
mumuki-laboratory-5.11.0 app/views/errors/not_found.html.erb
mumuki-laboratory-5.10.4 app/views/errors/not_found.html.erb