Sha256: 0047eb2229a2682e1263f87498ba88b380baa8331bf85dfea5206cb14b584f7c

Contents?: true

Size: 486 Bytes

Versions: 63

Compression:

Stored size: 486 Bytes

Contents

<%= render layout: 'layouts/error' do %>
    <div class="header">
      <img class="error-code-img" src="/error/410.svg">
    </div>
    <div class="body">
      <h2><%= t('error.title.gone') %></h2>
      <p class="mu-error-status-line">
        <%= t(:error_description, error: link_to_status_codes(410)).html_safe %>
      </p>
      <p class="mu-error-explanation-line">
        <%= Organization.current.explain_error(410, 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/gone.html.erb
mumuki-laboratory-9.20.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.19.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.18.1 app/views/errors/gone.html.erb
mumuki-laboratory-9.18.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.17.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.16.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.15.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.14.1 app/views/errors/gone.html.erb
mumuki-laboratory-9.14.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.13.2 app/views/errors/gone.html.erb
mumuki-laboratory-9.13.1 app/views/errors/gone.html.erb
mumuki-laboratory-9.13.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.12.1 app/views/errors/gone.html.erb
mumuki-laboratory-9.12.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.11.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.10.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.9.0 app/views/errors/gone.html.erb
mumuki-laboratory-9.8.2 app/views/errors/gone.html.erb
mumuki-laboratory-9.8.1 app/views/errors/gone.html.erb