Sha256: 4e2d9180ece8a40069a7f7c262e00571823edc625ed135a5b5f456cfc8aac281

Contents?: true

Size: 148 Bytes

Versions: 3

Compression:

Stored size: 148 Bytes

Contents

%tr
  %th.label
    = f.label :shop_category_id, t('category')
  %td.field
    = f.collection_select :shop_category_id, ShopCategory.all, :id, :name

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radiant-shop-extension-0.10.0 app/views/admin/shop/products/edit/meta/_category.html.haml
radiant-shop-extension-0.9.3 app/views/admin/shop/products/edit/meta/_category.html.haml
radiant-shop-extension-0.9.2 app/views/admin/shop/products/edit/meta/_category.html.haml