Sha256: 5de215c2344b2f1f0a0abab26f32703c94dd184677e916f12d9d1dc9377ddd26
Contents?: true
Size: 401 Bytes
Versions: 11
Compression:
Stored size: 401 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 %> <% # `.to_s` is for action text. %> <%= trix_content(object.send(attribute).to_s).html_safe %> <% end %> <% end %>
Version data entries
11 entries across 11 versions & 2 rubygems