Sha256: f324647d6965b282524bb635e7c5554aa3ba9d761aff5cb6e36e80e92bad6175
Contents?: true
Size: 469 Bytes
Versions: 3
Compression:
Stored size: 469 Bytes
Contents
<%= render 'selected_hosts', :hosts => @hosts %> <div class="row"> <div class="span8"> <%= form_for :location, :url => update_multiple_location_hosts_path(:host_ids => params[:host_ids]) do |f| %> <%= f.select :id, Location.all.map{|e| [e.name, e.id]},{:include_blank => _("Select location")}, :onchange => "toggle_multiple_ok_button(this)" %> <%= f.hidden_field :optimistic_import, :value => "yes" %> <% end %> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems