Sha256: e1018d321f59719f40dae3addc7e1a3a0c09185114a1f26faea5ce5862602807
Contents?: true
Size: 743 Bytes
Versions: 6
Compression:
Stored size: 743 Bytes
Contents
<div class="new_div" id="product_new" mv:preview="showOne"> <div class="product_new sidebar"> <h1>Tasks:</h1> <ul> <li><%= link_to 'Back to overview', :action => 'list' %></li> </ul> </div> <div class="product_new content"> <h1>Products</h1> <%= form_tag :action => 'new' %> <div class="form"> <h2>Creating product</h2> <%= render( :partial => 'product/form' ) %> </div> <br /> <div class="product_new operations"> <%= submit_tag 'OK' %> <input class="cancel_button" onclick="window.location.href = '<%= url_for :action => %q{list} %>';" style="width: auto;" type="button" value="Cancel" /> </div> <%= end_form_tag %> </div> </div>
Version data entries
6 entries across 6 versions & 1 rubygems