Sha256: 81c083f8b778d4c6a7025c47ebe3a2df4cad197176f42289fdce20deb4e2caeb
Contents?: true
Size: 375 Bytes
Versions: 18
Compression:
Stored size: 375 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(object.send(attribute), local_assigns[:date_format]) %> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems