2011-03-23 15:23:01 -07:00
|
|
|
= outfit_li_for(outfit) do
|
2012-07-29 12:43:28 -07:00
|
|
|
- if outfit.image?
|
|
|
|
= link_to image_tag(outfit.image.small.url), outfit
|
|
|
|
|
|
|
|
%header
|
|
|
|
.outfit-star
|
|
|
|
= link_to outfit.name, outfit, :class => 'outfit-name'
|
|
|
|
|
|
|
|
%footer
|
|
|
|
= link_to_edit_outfit 'edit', outfit, :class => 'outfit-edit-link'
|
|
|
|
= button_to 'delete', outfit, :method => 'delete', :class => 'outfit-delete-button', :confirm => "Are you sure you want to delete the outfit #{outfit.name}?"
|
|
|
|
|
|
|
|
|
2011-03-23 15:23:01 -07:00
|
|
|
|