1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/index.html.haml
2010-05-15 20:46:41 -04:00

13 lines
389 B
Text

- if @results
- if @results.empty?
:markdown
We couldn't find any wearables that matched **#{@query}**. Sorry!
Are we missing something? To add an item to our database, just
[show us a pet who is wearing it][1]. That's it!
[1]: http://impress.openneo.net/
- else
= will_paginate @results
= render @results
= will_paginate @results