Sha256: 3874cf35c79cab6c8bf5dfd12d45fc0857c8d02237b991f89ba408b8a02b4bfa
Contents?: true
Size: 529 Bytes
Versions: 5
Compression:
Stored size: 529 Bytes
Contents
<%= fields_for item do |f| %> <%= select_f f, :architecture_id, Architecture.all, :id, :to_label, {:include_blank => true}, {:label => _("Architecture"), :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 -%>
Version data entries
5 entries across 5 versions & 1 rubygems