Sha256: a7deb244083a2ac5fd029f527ad362d7ee252032fea83c90a98f2f693d1fcb42

Contents?: true

Size: 887 Bytes

Versions: 6

Compression:

Stored size: 887 Bytes

Contents

<div id="product_form">
		<%= error_messages_for :product %>
		<br />
		<!-- [form:product] -->
<div class="form_div product_form_div">

  <div class="record">
    <div class="label"><label for="product_name">Name:</label></div>
    <div class="field"><%= text_field 'product', 'name' %></div>
  </div>

  <div class="record">
    <div class="label"><label for="product_description">Description:</label></div>
    <div class="field"><%= text_area 'product', 'description', :rows => 5 %></div>
  </div>

  <div class="record">
    <div class="label"><label for="product_cost">Cost:</label></div>
    <div class="field"><%= text_field 'product', 'cost' %></div>
  </div>

  <div class="record">
    <div class="label"><label for="product_price">Price:</label></div>
    <div class="field"><%= text_field 'product', 'price' %></div>
  </div>

</div>
<!-- [eoform:product] -->

	      </div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
masterview-0.2.0 test/tmp/views/product/_form.rhtml
masterview-0.2.1 test/tmp/views/product/_form.rhtml
masterview-0.2.2 test/tmp/views/product/_form.rhtml
masterview-0.2.3 test/tmp/views/product/_form.rhtml
masterview-0.2.4 test/tmp/views/product/_form.rhtml
masterview-0.2.5 test/tmp/views/product/_form.rhtml