<%= @item.name %>

SKU: <%= @item.sku %>

Description: <%= @item.description %>

Unit Price: <%= number_to_currency(@item.unit_price) %>

Active: <%= @item.active ? "Yes" : "No" %>

<%= link_to "Edit", edit_item_path(@item), class: "icon icon-edit" %> <%= link_to "Back", items_path %>