Project

General

Profile

« Previous | Next » 

Revision 159a7a62

Added by Ohad Levy almost 12 years ago

  • ID 159a7a62755e8a1a2831e27918c0145cca4cacb4

[UI] - convert all bulk operations into buttons

View differences:

app/views/hosts/multiple_parameters.html.erb
<% else -%>
<%= form_tag update_multiple_parameters_hosts_path({:host_ids => params[:host_ids]}) do %>
<% for param in @parameters %>
<div class="clearfix">
<%= label_tag :name, param.name %>
<div class=input>
<%= text_field :name, param.name, :class => "input-xxlarge" %>
</div>
</div>
<%= text_field :name, param.name, :class => "input-xxlarge", :placeholder => param.name %>
<% end %>
<% end %>
<% end %>

Also available in: Unified diff