Sha256: d25be7dd05d5cd5b9e3b53075a9ae443d9a447a3fff6ea8e6d803ea00a369a3f
Contents?: true
Size: 397 Bytes
Versions: 107
Compression:
Stored size: 397 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% if object.public_send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <%= link_to object.public_send(attribute), "mailto:#{object.public_send(attribute)}" %> <% end %> <% end %>
Version data entries
107 entries across 107 versions & 1 rubygems