Project

General

Profile

Download (499 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= fields_for item do |f| %>
<%= select_f f, :architecture_id, Architecture.all, :id, :to_label, {:include_blank => true},
{:onchange => 'architecture_selected(this);', :'data-url' => method_path('architecture_selected')} %>

<span id="host_os">
<span id="os_select">
<%= render 'common/os_selection/architecture', :item => item %>
</span>

<span id="media_select">
<%= render 'common/os_selection/operatingsystem', :item => item %>
</span>

</span>
<% end -%>
(3-3/4)