Project

General

Profile

Download (422 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= fields_for item do |f| %>
<%= select_f f, :operatingsystem_id, arch_oss, :id, :to_label,
{:selected => item.operatingsystem_id, :include_blank => true},
{:id => type + "_operatingsystem_id", :name => type + "[operatingsystem_id]",
:label => "Operating Systems",
:disabled => arch_oss.empty? ? true : false,
:onchange => 'os_selected(this);', "data-type" => controller_name}
%>
<% end -%>
(1-1/4)