Sha256: 870b410f1fb38fb88452b777075ac612337b6b3332a93635ea2db28552a15338

Contents?: true

Size: 350 Bytes

Versions: 38

Compression:

Stored size: 350 Bytes

Contents

<h1>Listing forms</h1>

<table>
  <tr>
  </tr>

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

<br />

<%= link_to 'New form', new_form_path %>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
noodall-form-builder-0.5.4 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.5.3 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.5.2 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.5.0 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.4.2 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.4.1 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.4.0 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.3.3 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.11 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.3.2 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.3.1 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.3.0 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.10 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.9 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.8 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.7 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.5 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.4 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.3 app/views/noodall/forms/index.html.erb
noodall-form-builder-0.2.2 app/views/noodall/forms/index.html.erb