Sha256: bebb4996cd708df88b0dcbbd5ca1cd37fa7a866108d98737addba61d428165fe

Contents?: true

Size: 614 Bytes

Versions: 114

Compression:

Stored size: 614 Bytes

Contents

<% object ||= current_attributes_object %>
<% strategy ||= current_attributes_strategy || :none %>
<% url ||= nil %>

<% if object.public_send(attribute).any? %>
  <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
    <%# TODO: Multiple option partials return arrays with blank characters in them. Is this expected? %>
    <%= object.public_send(attribute).reject(&:blank?).map do |value| %>
      <% t("#{object.class.name.underscore.pluralize}.fields.#{attribute}.options.#{value}") %>
    <% end.map(&:strip).to_sentence %>
  <% end %>
<% end %>

Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
bullet_train-themes-1.4.7 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.4.6 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.4.5 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.4.4 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.4.3 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.4.2 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.4.1 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.4.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.25 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.24 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.23 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.22 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.21 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.20 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.19 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.18 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.17 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.16 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.15 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.3.14 app/views/themes/base/attributes/_options.html.erb