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