Sha256: 00183678cb45ff9861f827ab8aad07d339bc58229afa20fc7fb5fa62c22d88e1

Contents?: true

Size: 590 Bytes

Versions: 10

Compression:

Stored size: 590 Bytes

Contents

<div class="product-image">
	<% unless f.object.new_record? %>
		<div class="control-group">
			<div class="controls">
				<%= image_tag f.object.file_url(:thumb) %>
			</div>
		</div>
	<% end %>
	<div class="control-group">
			<%= f.label t("model.Image"), :class => "control-label"  %>
		<div class="controls">
			<%= f.file_field :file %>
			<%= f.hidden_field :model, :value => model_name %>
			<%= f.hidden_field :_destroy %>
			<%= 
			content_tag(
				:button, 
				t("Delete"), 
				:class => "btn btn-danger remove_fields"
			) 
			%>
		</div>
	</div>
</div>

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
adminpanel-0.0.5 app/views/adminpanel/sections/_image_fields.html.erb
adminpanel-0.0.5 app/views/adminpanel/products/_image_fields.html.erb
adminpanel-0.0.4 app/views/adminpanel/products/_image_fields.html.erb
adminpanel-0.0.4 app/views/adminpanel/sections/_image_fields.html.erb
adminpanel-0.0.3 app/views/adminpanel/sections/_image_fields.html.erb
adminpanel-0.0.3 app/views/adminpanel/products/_image_fields.html.erb
adminpanel-0.0.2 app/views/adminpanel/sections/_image_fields.html.erb
adminpanel-0.0.2 app/views/adminpanel/products/_image_fields.html.erb
adminpanel-0.0.1 app/views/adminpanel/products/_image_fields.html.erb
adminpanel-0.0.1 app/views/adminpanel/sections/_image_fields.html.erb