Sha256: a56320504c713608af5954c0b16c0c56068cd8fbfa17a54774b728975d7b9b8c

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

%tr
  %th.label
    %label{:for=>"shop_category[layout]"}= t('custom_layout')
  %td.field
    = f.collection_select :layout_id, Layout.all, :id, :name
%tr
  %th.label
    %label{:for=>"shop_category[product_layout]"}= t('custom_product_layout')
  %td.field
    = f.collection_select :product_layout_id, Layout.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/categories/edit/meta/_layouts.html.haml
radiant-shop-extension-0.9.3 app/views/admin/shop/categories/edit/meta/_layouts.html.haml
radiant-shop-extension-0.9.2 app/views/admin/shop/categories/edit/meta/_layouts.html.haml