Project

General

Profile

« Previous | Next » 

Revision 8ba2e00a

Added by Ohad Levy about 13 years ago

  • ID 8ba2e00aebd208e6b6b842283c7e43cb4e6217a6

fixes #806 - Switch to JQuery instead of Prototype JavaScript library

View differences:

app/views/config_templates/_combination.html.erb
<div class="fields">
<div class="fields span-24 last">
<%= f.label :hostgroup_id, nil, :class => "span-3" %>
<%= f.collection_select :hostgroup_id, Hostgroup.all, :id, :name, { :include_blank => true }, { :class => "span-4"} %>
<%= f.label :environment_id, nil, :class => "span-3" %>

Also available in: Unified diff