Sha256: 684c315b7d7ffa2434b636c79b3c4f4ca1c2ebf8122be835e8663b63e6ea0f1f
Contents?: true
Size: 413 Bytes
Versions: 18
Compression:
Stored size: 413 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% if object.send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <%= display_date_and_time(object.send(attribute), local_assigns[:date_format], local_assigns[:time_format]) %> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems