Sha256: 348dd25f0b2db7931428ea5b0821995b1ba88fc498ed517d81d6fcb0af6e9f9b

Contents?: true

Size: 605 Bytes

Versions: 6

Compression:

Stored size: 605 Bytes

Contents

<div class="fieldset_crimagify_nested">
	<fieldset>
		<div>
			<ul>
				<li>
					<%= f.label :name %>
				</li>
				<li>
					<%= f.text_field :name %><br>
				</li>
			</ul>	
		</div>
		<div>
			<ul>
				<li>
					<%= f.label :description %>
				</li>
				<li>
					<%= f.text_field :description %><br>
				</li>
			</ul>	
		</div>
	</fieldset>
	<%= nested_images_id(f.object) %>
	<%= nested_image_cropper(f.object, { image_name: "imgA", ratio: :user }, { :class => "img_start" }) %>
	<%= nested_image_cropper(f.object, { image_name: "imgB", ratio: :user }, { :class => "img_start" }) %>
	<hr>
</div>


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
crimagify-0.0.3.6 test/dummy/app/views/users/_product_fields.html.erb
crimagify-0.0.3.5 test/dummy/app/views/users/_product_fields.html.erb
crimagify-0.0.3.4 test/dummy/app/views/users/_product_fields.html.erb
crimagify-0.0.3.3 test/dummy/app/views/users/_product_fields.html.erb
crimagify-0.0.3.2 test/dummy/app/views/users/_product_fields.html.erb
crimagify-0.0.3.1 test/dummy/app/views/users/_product_fields.html.erb