Sha256: 59a42a94013ae45277d0c1f734313e525dd0ea9d3239834b1838363f7303b5b3

Contents?: true

Size: 272 Bytes

Versions: 5

Compression:

Stored size: 272 Bytes

Contents

.tags--form
  = form_for tag do |f|

    .field
      %label slug
      = f.text_field :slug

    .field.d-flex
      %label parent
      = f.select :parent_id, options_for_select(@tags_list, selected: tag.parent_id ), {}, class: 'select2'

    .actions
      = f.submit

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wco_models-3.1.0.152 app/views/wco/tags/_form.haml
wco_models-3.1.0.151 app/views/wco/tags/_form.haml
wco_models-3.1.0.150 app/views/wco/tags/_form.haml
wco_models-3.1.0.149 app/views/wco/tags/_form.haml
wco_models-3.1.0.148 app/views/wco/tags/_form.haml