impress/app/views/items/_item.html.haml

4 lines
78 B
Text
Raw Normal View History

2010-06-30 11:51:49 -07:00
.object
= render :partial => 'items/item_link', :locals => {:item => item}
2011-07-12 17:03:04 -07:00