Sha256: 51be6aaac9ce3907e5aeee0d9d3ed7d657d0bd5e380970eb94559a418c904d67
Contents?: true
Size: 1.09 KB
Versions: 7
Compression:
Stored size: 1.09 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"><%= config.display_label %></a> <%= field.hidden_field :label, value: config.display_label, class: 'form-control form-control-sm', data: {:"edit-field-target" => 'true'} %> </div> </td> <td class="checkbox-cell text-center"> <%= field.check_box_without_bootstrap :show, 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_without_bootstrap type, checked: config.send(type), disabled: !config.immutable.send(type).nil?, hide_label: true %> </td> <% end %> <% end %> </tr>
Version data entries
7 entries across 7 versions & 1 rubygems