Sha256: 52cbd2a13206a59e274dc304e2855e9db30f4028bb863ec50e177c83ef2e70b1

Contents?: true

Size: 185 Bytes

Versions: 10

Compression:

Stored size: 185 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) %>
  </div>
<% end %>

Version data entries

10 entries across 8 versions & 1 rubygems

Version Path
madmin-1.2.0 app/views/madmin/fields/nested_has_many/_show.html.erb
madmin-1.2.0 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.1.0 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.1.0 app/views/madmin/fields/nested_has_many/_show.html.erb
madmin-1.0.2 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.0.1 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.0.0 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.0.0.beta2 app/views/madmin/fields/has_many/_show.html.erb
madmin-1.0.0.beta1 app/views/madmin/fields/has_many/_show.html.erb
madmin-0.1.1 app/views/madmin/fields/has_many/_show.html.erb