Sha256: 5b9a7c2e1db5b3c55eb46e332b5008305234d951a92d0b75f6a8e4da5fded85e

Contents?: true

Size: 561 Bytes

Versions: 36

Compression:

Stored size: 561 Bytes

Contents

<h1>Listing information_forms</h1>

<table>
  <tr>
    <th>Name</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @information_forms.each do |information_form| %>
  <tr>
    <td><%= information_form.name %></td>
    <td><%= link_to 'Show', information_form %></td>
    <td><%= link_to 'Edit', edit_information_form_path(information_form) %></td>
    <td><%= link_to 'Destroy', information_form, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Information form', new_information_form_path %>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
dynamic_fieldsets-0.1.20 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.19 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.18 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.17 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.16 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.15 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.14 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.13 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.12 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.11 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.10 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.9 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.8 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.7 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.6 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.5 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.4 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.3 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.2 spec/dummy/app/views/information_forms/index.html.erb
dynamic_fieldsets-0.1.1 spec/dummy/app/views/information_forms/index.html.erb