Sha256: 899123765b748934667003e188309da22ace4f7c3fae4661d3cfd8b53b78ef2e

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

<% if has_many.data.any? %>
  <%= render(
    "table",
    table_presenter: has_many.associated_table,
    resources: has_many.data
  ) %>
<% else %>
  <%= t("administrate.fields.has_many.none") %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
administrate-0.0.7 app/views/fields/show/_has_many.html.erb
administrate-0.0.6 app/views/fields/show/_has_many.html.erb