Sha256: 3dd20de3df21859dc78a2f5e609271175bfb7271e964f9b045236bf6d9e09678
Contents?: true
Size: 666 Bytes
Versions: 24
Compression:
Stored size: 666 Bytes
Contents
.options-container.p-2.border-bottom = haml_partial :options_select, template: false, level: 0, data: snippet.options - snippet.item_options.each_with_index do |options, i| .options-container.p-2.border-bottom._configure-items %h6 = "#{'sub' * i} items" = haml_partial :options_select, template: false, level: i + 1, data: options .options-container.p-2.border-bottom._configure-items = button_tag "Configure #{'sub' * snippet.item_options.size}items", situation: "secondary", class: "_configure-items-button btn-sm" = haml_partial :options_select, template: true, level: snippet.item_options.size + 1, data: default_nest_editor_item_options
Version data entries
24 entries across 24 versions & 2 rubygems