Sha256: b1932d5bb301b925809e471405e3c6224aa79ff4c9555853c693f0fd664dd234

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

<h1>Listing branches</h1>

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

<% @branches.each do |branch| %>
  <tr>
    <td><%= branch.name %></td>
    <td><%= link_to 'Show', branch %></td>
    <td><%= link_to 'Edit', edit_branch_path(branch) %></td>
    <td><%= link_to 'Destroy', branch, method: :delete, data: { confirm: 'Are you sure?' } %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Branch', new_branch_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mystro-volley-0.1.0 app/views/mystro_volley/branches/index.html.erb
mystro-volley-0.1.0.rc3 app/views/mystro_volley/branches/index.html.erb
mystro-volley-0.1.0.rc2 app/views/mystro_volley/branches/index.html.erb
mystro-volley-0.1.0.rc1 app/views/mystro_volley/branches/index.html.erb