Sha256: 0d3336d53dfd5bbc9ef06f77af8fd7ff3e948b482b6dd967900f2c4af3c4fa9f

Contents?: true

Size: 116 Bytes

Versions: 6

Compression:

Stored size: 116 Bytes

Contents

<% if field.data %>
  <%= link_to(
    field.data.to_s,
    polymorphic_path([:admin, field.data])
  ) %>
<% end %>

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
administrate-0.0.12 app/views/fields/polymorphic/_index.html.erb
administrate-0.0.12 app/views/fields/polymorphic/_show.html.erb
administrate-0.0.11 app/views/fields/polymorphic/_index.html.erb
administrate-0.0.11 app/views/fields/polymorphic/_show.html.erb
administrate-0.0.10 app/views/fields/polymorphic/_index.html.erb
administrate-0.0.10 app/views/fields/polymorphic/_show.html.erb