Sha256: 85e62dd775dfae79e84a3f86a5f2c182b644337e9a225bf895434c6d5cf0dbcb
Contents?: true
Size: 355 Bytes
Versions: 18
Compression:
Stored size: 355 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)) %> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 2 rubygems