Sha256: ef0863ca68e6e0c5c079207a6fdd9a6291fe4d9f2e0788d518047fa7dd200dbc
Contents?: true
Size: 444 Bytes
Versions: 24
Compression:
Stored size: 444 Bytes
Contents
<%# # Date Index Partial This partial renders a date attribute, to be displayed on a resource's index page. By default, the attribute is rendered as a localized date string. ## Local variables: - `field`: An instance of [Administrate::Field::Date][1]. A wrapper around the Date value pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Date %> <% if field.data %> <%= field.date %> <% end %>
Version data entries
24 entries across 24 versions & 3 rubygems