Sha256: 9639890800215fe2e01de685900f59888963f874cde8ca165de29b5c092f478c

Contents?: true

Size: 406 Bytes

Versions: 29

Compression:

Stored size: 406 Bytes

Contents

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

    .d-flex
      %label site
      = f.select :site_id, options_for_select(@sites_list, selected: tag.site_id), {}, class: 'select2'
    .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

29 entries across 29 versions & 1 rubygems

Version Path
wco_models-3.1.0.189 app/views/wco/tags/_form.haml
wco_models-3.1.0.188 app/views/wco/tags/_form.haml
wco_models-3.1.0.187 app/views/wco/tags/_form.haml
wco_models-3.1.0.184 app/views/wco/tags/_form.haml
wco_models-3.1.0.183 app/views/wco/tags/_form.haml
wco_models-3.1.0.182 app/views/wco/tags/_form.haml
wco_models-3.1.0.181 app/views/wco/tags/_form.haml
wco_models-3.1.0.180 app/views/wco/tags/_form.haml
wco_models-3.1.0.178 app/views/wco/tags/_form.haml
wco_models-3.1.0.177 app/views/wco/tags/_form.haml
wco_models-3.1.0.176 app/views/wco/tags/_form.haml
wco_models-3.1.0.175 app/views/wco/tags/_form.haml
wco_models-3.1.0.174 app/views/wco/tags/_form.haml
wco_models-3.1.0.173 app/views/wco/tags/_form.haml
wco_models-3.1.0.172 app/views/wco/tags/_form.haml
wco_models-3.1.0.171 app/views/wco/tags/_form.haml
wco_models-3.1.0.170 app/views/wco/tags/_form.haml
wco_models-3.1.0.169 app/views/wco/tags/_form.haml
wco_models-3.1.0.168 app/views/wco/tags/_form.haml
wco_models-3.1.0.167 app/views/wco/tags/_form.haml