Sha256: 3520f1483056aa5d3010f0b330041b2d565a73b7fed932250133f941060e9e64
Contents?: true
Size: 376 Bytes
Versions: 54
Compression:
Stored size: 376 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 %> <%= link_to object.send(attribute), "mailto:#{object.send(attribute)}" %> <% end %> <% end %>
Version data entries
54 entries across 54 versions & 2 rubygems