drhenner/ror_ecommerce

View on GitHub
app/views/admin/fulfillment/orders/_success_message.html.erb

Summary

Maintainability
Test Coverage
Success! <br/>
<%# @shipments.each do |shipment| %>
  <%= link_to 'Click HERE',  admin_fulfillment_shipments_path(:order_id => @order.number) %> to see shipments for this order.
<%# end %>