Sha256: 3a677c3ce7affb37e039cce2c0f697fc2df174adf04bd1b663eecb0a4b633d4c

Contents?: true

Size: 415 Bytes

Versions: 14

Compression:

Stored size: 415 Bytes

Contents

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

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

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