Sha256: 2a06083221ac6d1a1191288f71218a7188940377953218f0fb80cd41b281e8b9

Contents?: true

Size: 219 Bytes

Versions: 6

Compression:

Stored size: 219 Bytes

Contents

<% field.value(record).each do |object| %>
  <div>
    <%= link_to Madmin.resource_for(object).display_name(object), Madmin.resource_for(object).show_path(object), class: "text-blue-500 underline" %>
  </div>
<% end %>

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
madmin-2.0.0 app/views/madmin/fields/has_many/_show.html.erb
madmin-2.0.0 app/views/madmin/fields/nested_has_many/_show.html.erb
madmin-1.2.11 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.2.11 app/views/madmin/fields/nested_has_many/_show.html.erb
madmin-1.2.10 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.2.10 app/views/madmin/fields/nested_has_many/_show.html.erb