Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
annotator-administrate / app / views / fields / date / _index.html.erb
Size: Mime:
<%#
# 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 %>