Sha256: b66a5a5faf9f425bd48533518d950fa80bc9b47e010ba4930529c8205c049977
Contents?: true
Size: 628 Bytes
Versions: 7
Compression:
Stored size: 628 Bytes
Contents
<h1>Listing attributes</h1> <table> <tr> <td><b>Name</b></td> <td/> </tr> <% for attribute in @product.attributes %> <tr> <td valign="top"><%= attribute.name -%></td> <td valign="top"> <%= link_to "Show", :action => 'show', :id => attribute -%> <%= link_to "Edit", :action => 'edit', :id => attribute -%> <%= link_to "Delete", {:action => 'destroy', :id => attribute}, {:confirm => "Are you sure you want to delete this option?"} -%> </td> </tr> <% end %> </table> <br /> <%= link_to 'New Option', :action => 'new' -%>
Version data entries
7 entries across 7 versions & 2 rubygems