2013-01-04 15:58:25 -08:00
|
|
|
- title t('.title')
|
|
|
|
|
2011-03-23 15:23:01 -07:00
|
|
|
- unless @outfits.empty?
|
2013-01-04 15:58:25 -08:00
|
|
|
%p= t '.intro.saving'
|
|
|
|
%p= t '.intro.linking'
|
2011-03-23 15:23:01 -07:00
|
|
|
%ul#outfits= render @outfits
|
|
|
|
- else
|
2013-01-04 15:58:25 -08:00
|
|
|
%p= twl '.no_outfits', :start_link_url => root_path
|