Sha256: ed9543158ee23deacdcf7dc22aa45094628f6bf6ec1c36451bfa508bec6a97a0

Contents?: true

Size: 688 Bytes

Versions: 2

Compression:

Stored size: 688 Bytes

Contents

<h1> Properties </h1>

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

<%#= will_paginate @survey_properties %>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
survey_says-0.0.2 app/views/survey_admin/survey_properties/index.html.erb
survey_says-0.0.1 app/views/survey_admin/survey_properties/index.html.erb