Sha256: 6dc88de0cb804df290790c78c19b4e7da3ead442d09a34038fab33a3a5eafbe2

Contents?: true

Size: 431 Bytes

Versions: 5

Compression:

Stored size: 431 Bytes

Contents

<% content_for :meta_title, t('.title') %>
<% content_for :breadcrumbs do %>
    <span><%= t('admin.editable_pages.nav_item.text') %></span>
<% end %>

<article>
  <h1><%= t('.heading') %></h1>
  <ul class="actions">
    <li><%= back_icon(admin_path) %></li>
    <li><%= create_icon(new_editable_page_path) %></li>
  </ul>

  <%= render partial: 'shared/admin/list_with_priority', locals: { collection: @collection } %>
</article>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
biovision-base-0.22.180920.0 app/views/admin/editable_pages/index.html.erb
biovision-base-0.21.180812.0 app/views/admin/editable_pages/index.html.erb
biovision-base-0.20.180731.0 app/views/admin/editable_pages/index.html.erb
biovision-base-0.19.180703.1 app/views/admin/editable_pages/index.html.erb
biovision-base-0.17.180619 app/views/admin/editable_pages/index.html.erb