Sha256: 378bf8207487d9b9ca62e32d81adc74d15104324d40a788d405e6637e5a808ac
Contents?: true
Size: 409 Bytes
Versions: 54
Compression:
Stored size: 409 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% source ||= nil %> <% url ||= nil %> <% if object.send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <code class="text-pink-600 font-light"><%= object.send(source || attribute) %></code> <% end %> <% end %>
Version data entries
54 entries across 54 versions & 2 rubygems