Sha256: 50c12156ebea693697b07b1782275d833d580c5ef4a87c19944658d42fb0d712

Contents?: true

Size: 416 Bytes

Versions: 2

Compression:

Stored size: 416 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Order header:</strong>
  <%= @order_line.order_header_id %>
</p>

<p>
  <strong>Price:</strong>
  <%= @order_line.price %>
</p>

<p>
  <strong>Quantity:</strong>
  <%= @order_line.quantity %>
</p>

<p>
  <strong>Item name:</strong>
  <%= @order_line.item_name %>
</p>

<%= link_to 'Edit', edit_order_line_path(@order_line) %> |
<%= link_to 'Back', order_lines_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ext_form-0.1.5 spec/dummy/app/views/order_lines/show.html.erb
ext_form-0.1.4 spec/dummy/app/views/order_lines/show.html.erb