2010-10-10 19:18:42 -07:00
|
|
|
- if @items
|
|
|
|
- if @items.empty?
|
2010-05-15 15:39:41 -07:00
|
|
|
: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
|
2010-10-10 19:18:42 -07:00
|
|
|
= will_paginate @items
|
|
|
|
= render @items
|
|
|
|
= will_paginate @items
|
2010-06-08 07:39:23 -07:00
|
|
|
- else
|
|
|
|
#search-help
|
|
|
|
%h2 Find what you're looking for
|
|
|
|
%dl
|
2010-07-10 09:51:11 -07:00
|
|
|
%dt kreludor "altador cup" -background
|
2010-06-08 08:08:03 -07:00
|
|
|
%dd
|
2010-07-10 09:51:11 -07:00
|
|
|
returns any item with the word "kreludor" and the phrase "altador cup"
|
|
|
|
in it, but not the word "background"
|
|
|
|
%dt blue is:nc
|
|
|
|
%dd returns any NC Mall item with the word "blue" in it
|
2010-10-03 17:21:46 -07:00
|
|
|
%dt collar -is:pb
|
2010-10-03 17:23:45 -07:00
|
|
|
%dd returns any item with the word "collar" in it that isn't from a paint brush
|
2010-06-08 07:39:23 -07:00
|
|
|
%dt species:shoyru
|
|
|
|
%dd returns any item a Shoyru can wear
|
2010-06-30 11:51:49 -07:00
|
|
|
%dt type:hat
|
|
|
|
%dd returns any item that fills a "hat" zone
|
2010-06-08 07:39:23 -07:00
|
|
|
|
|
|
|
#species-search-links
|
|
|
|
%h2 Can't decide? Search by species
|
|
|
|
= standard_species_search_links
|