Sha256: dcbcdac63b809737a7c6c040bdf0b1afe1eccba531a756841eda14f694a3961c
Contents?: true
Size: 510 Bytes
Versions: 5
Compression:
Stored size: 510 Bytes
Contents
<%= render 'selected_hosts', :hosts => @hosts %> <% if @parameters.empty? -%> <%= _('Sorry, these hosts do not have parameters assigned to them, you must add them first.') %> <p><%= link_to _("Back to host list"), hosts_path %></p> <% else -%> <%= form_tag update_multiple_parameters_hosts_path({:host_ids => params[:host_ids]}) do %> <% for param in @parameters %> <%= text_field :name, param.name, :class => "input-xxlarge", :placeholder => param.name %> <% end %> <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems