Properties

<% for survey_property in @survey_properties %> <% end %>
Name
<%= survey_property.name %> <%= link_to "Show", [:survey_admin, survey_property] %> <%= link_to "", edit_survey_admin_survey_property_path(survey_property), :class => 'ss_sprite ss_application_edit' %> <%= link_to "", [:survey_admin, survey_property], :confirm => 'Are you sure?', :method => :delete, :class => 'ss_sprite ss_cross' %>
<%#= will_paginate @survey_properties %>

<%= link_to "New Property", new_survey_admin_survey_property_path, :class => 'button' %>