Sha256: 8ee90b2fd7611befbf6264e389d43776efd265a051368c765758b34d3e3a322b

Contents?: true

Size: 644 Bytes

Versions: 4

Compression:

Stored size: 644 Bytes

Contents

<div class="row">

  <div class="col-md-6">
    <h1 class="display-4 mb-3"><%= t('txt.common.ops') %></h1>

    <h2 class="mt-3 mb-3"><%= t('txt.views.errors.not_found.message') %></h2>
    <h5 class="mb-3"><%= t('txt.views.errors.common.error_code') %> 404</h5>

    <p><%= t('txt.views.errors.common.helpful_links') %></p>
    <ul>
      <li><%= link_to t('txt.views.navigation.home'), root_path %></li>
      <% if can? :use, :dashboard %>
      <li><%= link_to t('txt.views.navigation.dashboard'), dashboard_path %></li>
      <% end %>
      <li><%= link_to t('txt.views.navigation.search'), search_path %></li>
    </ul>
  </div>

</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/errors/not_found.html.erb
iqvoc-4.14.4 app/views/errors/not_found.html.erb
iqvoc-4.13.2 app/views/errors/not_found.html.erb
iqvoc-4.13.0 app/views/errors/not_found.html.erb