Surveys

<% if can_administer? %> <%= link_to "New Survey", new_survey_path %> <% end %>

<%= link_to t('Back to home'), '/' %>


<%= render partial: "survey", collection: @surveys %>
Survey Action
<% if defined?(Kaminari) %> <%= paginate @surveys %> <% end %>