Sha256: 4f7ee8cd87414518c3d990a02c207284221973d94daad75f26ce5ee40bb41c6a

Contents?: true

Size: 313 Bytes

Versions: 5

Compression:

Stored size: 313 Bytes

Contents

= twitter_form_for [:admin, @category] do |f|
  = field_set do
    = f.errors
    = flash_messages

    = f.string :name
    = f.string :position, div_class: 'col-md-2'
    = f.combobox :category_id, Market::Category.for_combo(@category).map{|r| [r.full_name, r.id]}, include_blank: true

  = standard_actions(f)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coalla-cms-0.4.2.0 lib/generators/coalla/cms/market/templates/views/categories/_form.html.haml
coalla-cms-0.5.2.4 lib/generators/coalla/cms/market/templates/views/categories/_form.html.haml
coalla-cms-0.4.4.3 lib/generators/coalla/cms/market/templates/views/categories/_form.html.haml
coalla-cms-0.5.1.9 lib/generators/coalla/cms/market/templates/views/categories/_form.html.haml
coalla-cms-0.5.1.8 lib/generators/coalla/cms/market/templates/views/categories/_form.html.haml