Sha256: 0d1f3fe3dcf35f3ef0829e65e1e6d03ecd819be778cb09d88fb5bb0515efa091

Contents?: true

Size: 1.13 KB

Versions: 15

Compression:

Stored size: 1.13 KB

Contents

<tr data-id="<%= key.parameterize %>" class="dd-item">
  <%= f.fields_for key do |field| %>
    <td>
      <%= field.hidden_field :weight, 'data-property' => 'weight' %>
      <div class="handle-wrap" data-in-place-edit-target=".edit-in-place" data-in-place-edit-field-target="[data-edit-field-target='true']">
        <div class="dd-handle dd3-handle"><%= t :drag %></div>
        <a href="#edit-in-place" class="field-label edit-in-place"><%= index_field_label(blacklight_config.document_model.new, key) %></a>
        <%= field.hidden_field :label, value: index_field_label(blacklight_config.document_model.new, key), class: 'form-control form-control-sm', data: {:"edit-field-target" => 'true'} %>
       </div>
    </td>
    <td class="checkbox-cell text-center"><%= field.check_box :show, inline: true, checked: config.show, disabled: !config.immutable.show.nil?, hide_label: true %></td>
    <% available_view_fields.keys.each do |type| %>
    <td class="checkbox-cell text-center"><%= field.check_box type, inline: true, checked: config.send(type), disabled: !config.immutable.send(type).nil?, hide_label: true %></td>
    <% end %>
  <% end %>
</tr>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.rc5 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.rc4 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.rc3 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.rc2 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.rc1 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.10 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.9 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.8 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.7 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.6 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.5 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.4 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.3 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/metadata_configurations/_metadata_field.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/metadata_configurations/_metadata_field.html.erb