New Property

<%= form_for @survey_property, :url => survey_admin_survey_properties_path(@survey_property) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %>
<%= f.submit 'Create' , :class => 'button' %>
<% end %>

<%= link_to "Back to List", survey_admin_survey_properties_path, :class => 'button' %>