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

Version Path
bullet_train-themes-1.0.5 app/views/themes/base/attributes/_attribute.html.erb
bullet_train-themes-1.0.4 app/views/themes/base/attributes/_attribute.html.erb
bullet_train-themes-1.0.3 app/views/themes/base/attributes/_attribute.html.erb
bullet_train-themes-base-1.0.1 app/views/themes/base/attributes/_attribute.html.erb
bullet_train-themes-1.0.2 app/views/themes/base/attributes/_attribute.html.erb
bullet_train-themes-base-1.0.0 app/views/themes/base/attributes/_attribute.html.erb
bullet_train-themes-1.0.1 app/views/themes/base/attributes/_attribute.html.erb