Sha256: fd02181124cca069f626157f7c8377ded3eb851ebe3687c94c761374cf8d9e88
Contents?: true
Size: 360 Bytes
Versions: 49
Compression:
Stored size: 360 Bytes
Contents
<div class="fields"> <%= select_f f, :hostgroup_id, Hostgroup.all, :id, :to_label, {:include_blank => true}, :label => _("Hostgroup") %> <%= select_f f, :environment_id, Environment.all, :id, :name, {:include_blank => true}, :label => _("Environment"), :help_inline => link_to_remove_fields(_('Remove'), f, :title => _("Remove Combination")) %> </div>
Version data entries
49 entries across 49 versions & 1 rubygems