Sha256: d138e6f306e8c1b5ed3b170f5c49500fef043b1ae07e61b86ad90b595a6c9d0a

Contents?: true

Size: 433 Bytes

Versions: 154

Compression:

Stored size: 433 Bytes

Contents

.headlines--form
  = form_for headline do |f|
    .field
      %label Name
      = f.text_field :name

    .field
      %label Site
      = f.select :site, options_for_select( @sites_list, selected: headline.site_id ), {}, class: 'select2'

    .field
      %label Tags
      = f.select :tag_ids, options_for_select( @tags_list, selected: headline.tag_ids ), { }, { class: 'select2', multiple: true }

    .actions
      = f.submit

Version data entries

154 entries across 154 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/headlines/_form.haml
wco_models-3.1.0.201 app/views/wco/headlines/_form.haml
wco_models-3.1.0.199 app/views/wco/headlines/_form.haml
wco_models-3.1.0.198 app/views/wco/headlines/_form.haml
wco_models-3.1.0.197 app/views/wco/headlines/_form.haml
wco_models-3.1.0.196 app/views/wco/headlines/_form.haml
wco_models-3.1.0.195 app/views/wco/headlines/_form.haml
wco_models-3.1.0.194 app/views/wco/headlines/_form.haml
wco_models-3.1.0.193 app/views/wco/headlines/_form.haml
wco_models-3.1.0.192 app/views/wco/headlines/_form.haml
wco_models-3.1.0.191 app/views/wco/headlines/_form.haml
wco_models-3.1.0.190 app/views/wco/headlines/_form.haml
wco_models-3.1.0.189 app/views/wco/headlines/_form.haml
wco_models-3.1.0.188 app/views/wco/headlines/_form.haml
wco_models-3.1.0.187 app/views/wco/headlines/_form.haml
wco_models-3.1.0.184 app/views/wco/headlines/_form.haml
wco_models-3.1.0.183 app/views/wco/headlines/_form.haml
wco_models-3.1.0.182 app/views/wco/headlines/_form.haml
wco_models-3.1.0.181 app/views/wco/headlines/_form.haml
wco_models-3.1.0.180 app/views/wco/headlines/_form.haml