Sha256: 5b71329c0d81d4419ce8a25b984d8672e3fa311a1487cc4aa271e61ef0a14262

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 Bytes

Contents

<h1>Order #<%= @order.invoice_number %></h1>

<p class="pull-right">
  <%= link_to 'Back to Order History', tb_commerce_orders_path %>
</p>

<h4>Shipping Info:</h4>

<dl class="dl-horizontal">
  <dt>Name</dt>
  <dd><%= @order.full_name %></dd>
  <dt>Address</dt>
  <dd><%= @order.full_address %>
  <dt>Email</dt>
  <dd><%= mail_to @order.email %></dd>
  <dt>Phone</dt>
  <dd><%= @order.phone %></dd>
</dl>

<div class="row order-history">
  <%= render :partial => 'order', :locals => {:order => @order, :is_detail_page => true} %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tb_commerce-0.0.4 app/views/tb_commerce/orders/show.html.erb
tb_commerce-0.0.3 app/views/tb_commerce/orders/show.html.erb
tb_commerce-0.0.2 app/views/tb_commerce/orders/show.html.erb