Sha256: 723097afdf179d473a0ba0b79d08ddef7144743938d1c947f31a287c6ea6f5ff
Contents?: true
Size: 362 Bytes
Versions: 13
Compression:
Stored size: 362 Bytes
Contents
<%# # Time Index Partial This partial renders an time attribute to be displayed on a resource's index page. By default, the attribute is rendered as a text tag. ## Local variables: - `field`: An instance of [Administrate::Field::Time][1]. A wrapper around the time attributes pulled from the model. %> <% if field.data %> <%= field.time %> <% end %>
Version data entries
13 entries across 13 versions & 2 rubygems