<% Sunrise::SystemSettings.keys.each_with_index do |section, i| %> <%= content_tag(:div, :class => "add-white-bl", :id => "s#{section}_block", :style => (i == 0 ? nil: "display:none;")) do %>
<%= form.fields_for section do |s| %> <% Sunrise::SystemSettings[section].each do |attribute, value| %> <%= s.label attribute %> <%= s.text_field attribute, :class=>"text", :value => value %> <% end %> <% end %>
<% end %> <% end %>