Surveys
<% if can_administer? %>
<%= link_to "New Survey", new_survey_path %>
<% end %>
<%= link_to t('Back to home'), '/' %>
Survey |
Action |
<%= render partial: "survey", collection: @surveys %>
<% if defined?(Kaminari) %>
<%= paginate @surveys %>
<% end %>