Sha256: b47f9c0f5cd48209ac12da6c449d90307a39c9e4f72857d9b5404be4cdc17d4f
Contents?: true
Size: 559 Bytes
Versions: 107
Compression:
Stored size: 559 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% disable_link ||= false %> <% url ||= nil %> <% if object.public_send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <% if disable_link %> <%= object.public_send(attribute).label_string %> <% else %> <%= link_to object.public_send(attribute).label_string, url || [:account, object.public_send(attribute)] %> <% end %> <% end %> <% end %>
Version data entries
107 entries across 107 versions & 1 rubygems