Sha256: a7e1eb7740d284bf489830fabd142171bd54acb3ac4aa8b7691d1cb28a0e9b00

Contents?: true

Size: 188 Bytes

Versions: 5

Compression:

Stored size: 188 Bytes

Contents

<% if field.attribute_name == :id %>
  <%= link_to field.value(record), resource.show_path(record), class: "text-indigo-500 underline" %>
<% else %>
  <%= field.value(record) %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
madmin-1.2.9 app/views/madmin/fields/integer/_index.html.erb
madmin-1.2.8 app/views/madmin/fields/integer/_index.html.erb
madmin-1.2.7 app/views/madmin/fields/integer/_index.html.erb
madmin-1.2.6 app/views/madmin/fields/integer/_index.html.erb
madmin-1.2.5 app/views/madmin/fields/integer/_index.html.erb