Sha256: 2dbd225bfd8fb89c677fc43a389b317024ce958a5f5874d24b10e61c667aeacd
Contents?: true
Size: 377 Bytes
Versions: 21
Compression:
Stored size: 377 Bytes
Contents
<h1>Listing outcomes</h1> <table> <tr> </tr> <% @outcomes.each do |outcome| %> <tr> <td><%= link_to 'Show', outcome %></td> <td><%= link_to 'Edit', edit_outcome_path(outcome) %></td> <td><%= link_to 'Destroy', outcome, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New outcome', new_outcome_path %>
Version data entries
21 entries across 21 versions & 1 rubygems