Sha256: 192361641aad4304e9ed274b2ad8e8d8ff2883def3f964d97a5d71dcc5a47aa8
Contents?: true
Size: 346 Bytes
Versions: 47
Compression:
Stored size: 346 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <%= render 'shared/attributes/base', strategy: strategy, url: url do |p| %> <% p.content_for :heading, t("#{object.class.name.pluralize.underscore}.fields.#{attribute}.heading") %> <% p.content_for :body, yield %> <% end %>
Version data entries
47 entries across 47 versions & 2 rubygems