Sha256: 4212453e24e250dbf7e7aa7d428ea5b5da12767da57fe9d85936afae249cd734

Contents?: true

Size: 490 Bytes

Versions: 15

Compression:

Stored size: 490 Bytes

Contents

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

<article>
  <h1><%= t('.heading') %></h1>

  <ul class="actions">
    <li><%= back_icon(admin_path) %></li>
    <li><%= create_icon(new_media_file_path) %></li>
  </ul>

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
biovision-base-0.41.190905.0 app/views/admin/media_files/index.html.erb
biovision-base-0.39.190804.1 app/views/admin/media_files/index.html.erb
biovision-base-0.37.190607.0 app/views/admin/media_files/index.html.erb
biovision-base-0.36.190526.0 app/views/admin/media_files/index.html.erb
biovision-base-0.34.190331.1 app/views/admin/media_files/index.html.erb
biovision-base-0.22.180920.0 app/views/admin/media_files/index.html.erb
biovision-base-0.21.180812.0 app/views/admin/media_files/index.html.erb
biovision-base-0.20.180731.0 app/views/admin/media_files/index.html.erb
biovision-base-0.19.180703.1 app/views/admin/media_files/index.html.erb
biovision-base-0.17.180619 app/views/admin/media_files/index.html.erb
biovision-base-0.15.180502 app/views/admin/media_files/index.html.erb
biovision-base-0.15.180415 app/views/admin/media_files/index.html.erb
biovision-base-0.14.180326 app/views/admin/media_files/index.html.erb
biovision-base-0.11.180127 app/views/admin/media_files/index.html.erb
biovision-base-0.9.171227 app/views/admin/media_files/index.html.erb