Sha256: 4f9a5fcce8cd0c645b8a5d7d3dcfafe4cb7d72b5b7a00d5db31ec206889b8a96

Contents?: true

Size: 703 Bytes

Versions: 5

Compression:

Stored size: 703 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Bindings</h1>

<table>
  <thead>
    <tr>
      <th>Position</th>
      <th>Description</th>
      <th>Title</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @bindings.each do |binding| %>
      <tr>
        <td><%= binding.position %></td>
        <td><%= binding.description %></td>
        <td><%= binding.title %></td>
        <td><%= link_to 'Show', binding %></td>
        <td><%= link_to 'Edit', edit_binding_path(binding) %></td>
        <td><%= link_to 'Destroy', binding, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Binding', new_binding_path %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
binda-0.0.7 app/views/binda/bindings/index.html.erb
binda-0.0.6 app/views/binda/bindings/index.html.erb
binda-0.0.5 app/views/binda/bindings/index.html.erb
binda-0.0.3 app/views/binda/bindings/index.html.erb
binda-0.0.2 app/views/binda/bindings/index.html.erb