Sha256: ddfd50e8d0cdc497288b80153b57669cbbe9d509f842ec7f4e54fe0dd6ac4ddd

Contents?: true

Size: 352 Bytes

Versions: 19

Compression:

Stored size: 352 Bytes

Contents

<% if @field.label %>
  <%= tag.dt @field.label.sub(/:$/, ''), **@label_html_attributes %>
<% end %>

<%= tag.dd **@value_html_attributes do %>
  <%= tag.ul **@list_html_attributes do %>
    <% @field.values.select(&:present?).each do |value| %>
      <%= tag.li format_value(value), **@list_item_html_attributes %>
    <% end %>
  <% end %>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
mods_display-1.6.3 app/components/mods_display/list_field_component.html.erb
mods_display-1.6.2 app/components/mods_display/list_field_component.html.erb
mods_display-1.6.1 app/components/mods_display/list_field_component.html.erb
mods_display-1.6.0 app/components/mods_display/list_field_component.html.erb
mods_display-1.5.0 app/components/mods_display/list_field_component.html.erb
mods_display-1.4.0 app/components/mods_display/list_field_component.html.erb
mods_display-1.3.5 app/components/mods_display/list_field_component.html.erb
mods_display-1.3.4 app/components/mods_display/list_field_component.html.erb
mods_display-1.3.3 app/components/mods_display/list_field_component.html.erb
mods_display-1.3.2 app/components/mods_display/list_field_component.html.erb
mods_display-1.3.1 app/components/mods_display/list_field_component.html.erb
mods_display-1.3.0 app/components/mods_display/list_field_component.html.erb
mods_display-1.2.1 app/components/mods_display/list_field_component.html.erb
mods_display-1.2.0 app/components/mods_display/list_field_component.html.erb
mods_display-1.1.0 app/components/mods_display/list_field_component.html.erb
mods_display-1.0.0 app/components/mods_display/list_field_component.html.erb
mods_display-1.0.0.alpha5 app/components/mods_display/list_field_component.html.erb
mods_display-1.0.0.alpha4 app/components/mods_display/list_field_component.html.erb
mods_display-1.0.0.alpha3 app/components/mods_display/list_field_component.html.erb