From c23024b43a192820565b1f44d23a354c9bac959c Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 13 May 2011 08:07:59 -0400 Subject: [PATCH] add item name to title --- app/views/items/show.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/items/show.html.haml b/app/views/items/show.html.haml index 83eb219f..9171a3fa 100644 --- a/app/views/items/show.html.haml +++ b/app/views/items/show.html.haml @@ -1,3 +1,4 @@ +- title @item.name %header = image_tag @item.thumbnail_url, :id => 'item-thumbnail' %div