Project

General

Profile

Download (400 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= fields_for item do |f| %>
<span id="image_details">
<%= checkbox_f f, :use_image, :label => "OS Image", :help_inline => "Build from OS image",
:onchange => 'use_image_selected(this)', :'data-url'=> method_path('use_image_selected'), :'data-type' => controller_name %>
<%= text_f f, :image_file, :disabled => !item.use_image, :class => "span6" %>
</span>
<% end -%>
(2-2/4)