Sha256: 4f9b77db7a4d84a70dc645d5972de1ab00347005113385d51e03ba5af376b7b7
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
<%= error_messages_for 'category' %> <!--[form:category]--> <p><label for="category_name">Name</label><br/> <%= text_field 'category', 'name' %></p> <p><label for="category_parent_id">Parent Category</label><br/> <%= collection_select :category, :parent_id, @all_categories, :id, :long_name, {}, {"style" => "width:250px"} %></p> <!--[eoform:category]-->
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree-0.2.0 | app/views/admin/categories/_form.rhtml |