Repository URL to install this package:
|
Version:
0.19.0 ▾
|
<%#
# Time Show Partial
This partial renders an time attribute,
to be displayed on a resource's show 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 %>