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,4 +1,5 @@
|
||||||
- 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!
|
||||||
|
@ -31,3 +32,4 @@
|
||||||
#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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue