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.14.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.13.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.12.3 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.12.2 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.12.1 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.12.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.11.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.10.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.9.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.8.5 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.8.4 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.8.3 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.8.2 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.8.1 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.8.0 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.7.23 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.7.22 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.7.21 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.7.20 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.7.19 app/views/themes/base/attributes/_options.html.erb