impress/app/views/outfits/_outfit.html.haml

6 lines
149 B
Text
Raw Normal View History

= outfit_li_for(outfit) do
.outfit-star
%h4= link_to outfit.name, outfit
= link_to_edit_outfit '(edit)', outfit, :class => 'outfit-edit-link'