Merchandise ID: <%=h @merchandise.id.to_s %>

Title: <%=h @merchandise.title %>

Quantity Remaining: <%=h @merchandise.quantity %>

Price Per Unit: <%=h number_to_currency(@merchandise.price) %>

<%= link_to 'Edit', :action => 'edit', :id => @merchandise %> | <%= link_to 'Back', :action => 'list' %>