Sha256: 3ca1cd48565da56b102bde501cebe01317875611b67b420ad0d675b32bfa2fac
Contents?: true
Size: 307 Bytes
Versions: 7
Compression:
Stored size: 307 Bytes
Contents
<b>New Variation</b> <br/> <% fields_for :variation, @variation do |form| %> <table> <tr> <td width="135">Name: </td> <td><%= form.text_field :name %></td> </tr> <tr> <td>Price Effect: </td> <td><%= form.text_field :price_effect %></td> </tr> </table> <% end %>
Version data entries
7 entries across 7 versions & 2 rubygems