Sha256: 4051f7c4e702ab3d50deac8dedb380db96ab455040a54d9192b48188f78a64bf

Contents?: true

Size: 546 Bytes

Versions: 2

Compression:

Stored size: 546 Bytes

Contents

<% form_for @content_category, :url => admin_content_category_path(@content_category) do |f| %>
	<%= f.field_container :name do %>
		<%= f.label :name %>
		<%= f.text_field :name %>
	<% end %>
	<%= f.field_container :show_image do %>
		<%= f.label :show_image %>
		<%= f.check_box :show_image %>
	<% end %>
	<%= f.field_container :paginated do %>
		<%= f.label :paginated %>
		<%= f.check_box :paginated %>
	<% end %>
	<%= f.submit %>
<% end %>

<%= render :partial => 'admin/content_category_localizations/index', :object => @content_category %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-cms-0.2.1 app/views/admin/content_categories/edit.html.erb
spree-cms-0.2.0 app/views/admin/content_categories/edit.html.erb