Project

General

Profile

Download (307 Bytes) Statistics
| Branch: | Tag: | Revision:
017e1049 Ohad Levy
<%= fields_for item do |f| %>
05ab4c16 Ohad Levy
<span id="image_details">
da6fa387 Ohad Levy
<%= checkbox_f f, :use_image, :label => "Build from img?", :onchange => 'use_image_selected(this)', "data-type" => controller_name %>
82e47ae0 Amos Benari
<%= text_f f, :image_file, :disabled => !item.use_image, :class => "input-xxlarge" %>
a6db0470 Paul Kelly
</span>
05ab4c16 Ohad Levy
<% end -%>