1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/outfits/index.html.haml

9 lines
187 B
Text
Raw Normal View History

- title t('.title')
- unless @outfits.empty?
%p= t '.intro.saving'
%p= t '.intro.linking'
%ul#outfits= render @outfits
- else
%p= twl '.no_outfits', :start_link_url => root_path