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.6.32 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.31 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.30 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.29 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.28 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.27 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.26 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.25 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.24 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.23 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.22 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.21 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.20 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.19 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.18 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.17 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.16 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.15 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.14 app/views/themes/base/attributes/_options.html.erb
bullet_train-themes-1.6.13 app/views/themes/base/attributes/_options.html.erb