Sha256: 6aec451454435d8eff3253fe57fb489e6001ab94fa2081834b6b691f74e29c1a

Contents?: true

Size: 314 Bytes

Versions: 26

Compression:

Stored size: 314 Bytes

Contents

- f.fields_for :page do |pf|
  - pf.fields_for :parts do |pfp|
    - if pfp.object.name == 'description'
      = pfp.hidden_field :name, :value => pfp.object.name
      = pfp.hidden_field :filter_id, :value => pfp.object.filter_id
      ~ pfp.text_area :content, :class => "textarea large", :style => "width: 100%"

Version data entries

26 entries across 13 versions & 1 rubygems

Version Path
radiant-shop-extension-0.93.2 app/views/admin/shop/products/edit/parts/_description.html.haml
radiant-shop-extension-0.93.2 app/views/admin/shop/categories/edit/parts/_description.html.haml
radiant-shop-extension-0.93.1 app/views/admin/shop/products/edit/parts/_description.html.haml
radiant-shop-extension-0.93.1 app/views/admin/shop/categories/edit/parts/_description.html.haml
radiant-shop-extension-0.93.0 app/views/admin/shop/products/edit/parts/_description.html.haml
radiant-shop-extension-0.93.0 app/views/admin/shop/categories/edit/parts/_description.html.haml