Project

General

Profile

Download (307 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= fields_for item do |f| %>
<span id="image_details">
<%= checkbox_f f, :use_image, :label => "Build from img?", :onchange => 'use_image_selected(this)', "data-type" => controller_name %>
<%= text_f f, :image_file, :disabled => !item.use_image, :class => "input-xxlarge" %>
</span>
<% end -%>
(2-2/4)