Sha256: 68ca0a3b2328640afc047ec6afed29e959e1a78f46c3da89a74f859ccccb969f
Contents?: true
Size: 416 Bytes
Versions: 107
Compression:
Stored size: 416 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% source ||= nil %> <% url ||= nil %> <% if object.public_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
107 entries across 107 versions & 1 rubygems