1
0
Fork 0
forked from OpenNeo/impress

put items search query in title

This commit is contained in:
Emi Matchu 2011-05-13 08:07:20 -04:00
parent 648649f5cc
commit d48bbdecfa

View file

@ -1,11 +1,12 @@
- if @items - if @items
- title "Searching Infinite Closet for \"#{@query}\""
- if @items.empty? - if @items.empty?
:markdown :markdown
We couldn't find any wearables that matched **#{@query}**. Sorry! We couldn't find any wearables that matched **#{@query}**. Sorry!
Are we missing something? To add an item to our database, just Are we missing something? To add an item to our database, just
[show us a pet who is wearing it][1]. That's it! [show us a pet who is wearing it][1]. That's it!
[1]: / [1]: /
- else - else
= will_paginate @items = will_paginate @items
@ -27,7 +28,8 @@
%dd returns any item a Shoyru can wear %dd returns any item a Shoyru can wear
%dt type:hat %dt type:hat
%dd returns any item that fills a "hat" zone %dd returns any item that fills a "hat" zone
#species-search-links #species-search-links
%h2 Can't decide? Search by species %h2 Can't decide? Search by species
= standard_species_search_links = standard_species_search_links