Sha256: b66257d10955e651892ab0a16999552c01c2dccb13deb8311ab1a9ac90be9d95
Contents?: true
Size: 429 Bytes
Versions: 5
Compression:
Stored size: 429 Bytes
Contents
<%= fields_for item do |f| %> <%= select_f f, :subnet_id, domain_subnets, :id, :title, { :include_blank => domain_subnets.any? ? true : _("No subnets")}, { :disabled => domain_subnets.empty?, :'data-url' => freeip_subnets_path, :label => _("Subnet"), :help_inline => image_tag("/assets/spinner.gif", :id => "subnet_indicator", :class => "hide"), :onchange => 'subnet_selected(this);'} %> <% end -%>
Version data entries
5 entries across 5 versions & 1 rubygems