Project

General

Profile

« Previous | Next » 

Revision 67799065

Added by Ohad Levy about 12 years ago

  • ID 677990652d2d63d9a58ccdc262c0036064d7f6b0

code smell

View differences:

app/views/subnets/import.html.erb
<div id="<% subnet.to_s %>", class="imported_subnet row">
<li><strong><%= subnet %></strong> <%= options(@subnets) %></li>
<span class="subnet_fields" <%= display?(minimal?(@subnets)) %>>
<%= fields_for "subnets[]", subnet do |f| -%>
<%= render 'fields', :f => f %>
<%= fields_for "subnets[]", subnet do |s| -%>
<%= render 'fields', :f => s %>
<% end -%>
</span>
</div>

Also available in: Unified diff