New loop

<% semantic_form_for(@loop) do |f| %> <% f.inputs do%> <%= f.input :title %> <%= f.input :body, :input_html => { :class => :mceEditor } %> <% unless current_user.nil? %> <%= f.input :contact_id, :as => :hidden, :include_blank => false, :value => current_user.contact_id %> <% end %> <% end %> <%= f.buttons%> <% end %> <%= link_to 'Back', loops_path %>