Sha256: be79293d4c0e4f495a559fb48eed4e8158fbc0ac4fe047d6062b3f7c81e07be3
Contents?: true
Size: 484 Bytes
Versions: 85
Compression:
Stored size: 484 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% one_line ||= false %> <% if object.send(attribute).present? && !object.send(attribute).all_blank? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <address class="not-italic"> <%= address_formatted(object.send(attribute), one_line: one_line) %> </address> <% end %> <% end %>
Version data entries
85 entries across 85 versions & 1 rubygems