forked from OpenNeo/impress
14 lines
503 B
Text
14 lines
503 B
Text
= outfit_li_for(outfit) do
|
|
- 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 t('.edit'), outfit, :class => 'outfit-edit-link'
|
|
= button_to t('.delete'), outfit, :method => 'delete',
|
|
:class => 'outfit-delete-button',
|
|
:confirm => t('.delete_confirmation',
|
|
:outfit_name => outfit.name)
|