Sha256: 555ab31117a238ba0e802686c9876fe48a9882bd612387d7b05239de4ed32e29

Contents?: true

Size: 422 Bytes

Versions: 21

Compression:

Stored size: 422 Bytes

Contents

<h1>Listing preconditions</h1>

<table>
  <tr>
  </tr>

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

<br />

<%= link_to 'New precondition', new_precondition_path %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
branston-0.6.6 lib/branston/app/views/preconditions/index.html.erb
branston-0.6.5 lib/branston/app/views/preconditions/index.html.erb
branston-0.6.4 lib/branston/app/views/preconditions/index.html.erb
branston-0.6.3 lib/branston/app/views/preconditions/index.html.erb
branston-0.6.2 lib/branston/app/views/preconditions/index.html.erb
branston-0.6.1 lib/branston/app/views/preconditions/index.html.erb
branston-0.6.0 lib/branston/app/views/preconditions/index.html.erb
branston-0.5.2 lib/branston/app/views/preconditions/index.html.erb
branston-0.5.1 lib/branston/app/views/preconditions/index.html.erb
branston-0.5.0 lib/branston/app/views/preconditions/index.html.erb
branston-0.4.6 lib/branston/app/views/preconditions/index.html.erb
branston-0.4.5 lib/branston/app/views/preconditions/index.html.erb
branston-0.4.4 lib/branston/app/views/preconditions/index.html.erb
branston-0.4.3 lib/branston/app/views/preconditions/index.html.erb
branston-0.4.2 lib/branston/app/views/preconditions/index.html.erb
branston-0.4.1 lib/branston/app/views/preconditions/index.html.erb
branston-0.4.0 lib/branston/app/views/preconditions/index.html.erb
branston-0.3.6 lib/branston/app/views/preconditions/index.html.erb
branston-0.3.4 lib/branston/app/views/preconditions/index.html.erb
branston-0.3.3 lib/branston/app/views/preconditions/index.html.erb