forked from OpenNeo/impress
put items search query in title
This commit is contained in:
parent
648649f5cc
commit
d48bbdecfa
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
- if @items
|
||||
- title "Searching Infinite Closet for \"#{@query}\""
|
||||
- if @items.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]: /
|
||||
- else
|
||||
= will_paginate @items
|
||||
|
@ -27,7 +28,8 @@
|
|||
%dd returns any item a Shoyru can wear
|
||||
%dt type:hat
|
||||
%dd returns any item that fills a "hat" zone
|
||||
|
||||
|
||||
#species-search-links
|
||||
%h2 Can't decide? Search by species
|
||||
= standard_species_search_links
|
||||
|
||||
|
|
Loading…
Reference in a new issue