2010-10-10 19:18:42 -07:00
|
|
|
- if @items
|
2014-02-26 22:21:20 -08:00
|
|
|
- title t('.title_with_query', :query => @query.to_s)
|
2010-10-10 19:18:42 -07:00
|
|
|
- if @items.empty?
|
2014-02-26 22:21:20 -08:00
|
|
|
%p= t '.no_results_html', :query_html => content_tag(:strong, @query.to_s)
|
2013-01-09 15:48:01 -08:00
|
|
|
%p= twl '.modeling_request', :modeling_link_url => root_path
|
2010-05-15 15:39:41 -07:00
|
|
|
- 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
|
2011-08-04 07:01:44 -07:00
|
|
|
#search-info
|
2012-12-29 23:40:30 -08:00
|
|
|
- localized_cache :action_suffix => 'search_help' do
|
2012-08-09 19:35:30 -07:00
|
|
|
#search-help
|
2012-12-29 23:40:30 -08:00
|
|
|
%h2= t '.search_help_header'
|
2012-08-09 19:35:30 -07:00
|
|
|
%dl
|
2013-01-09 15:48:01 -08:00
|
|
|
%dt= t '.examples.basic.query'
|
|
|
|
%dd= t '.examples.basic.description'
|
|
|
|
%dt= t '.examples.user_items.query'
|
2012-08-09 19:35:30 -07:00
|
|
|
%dd
|
2013-01-09 15:48:01 -08:00
|
|
|
= twl '.examples.user_items.description',
|
|
|
|
:user_items_link_url => your_items_path
|
|
|
|
%dt= t '.examples.nc.query'
|
|
|
|
%dd= t '.examples.nc.description'
|
|
|
|
%dt= t '.examples.pb.query'
|
|
|
|
%dd= t '.examples.pb.description'
|
|
|
|
%dt= t '.examples.species.query'
|
|
|
|
%dd= t '.examples.species.description'
|
|
|
|
%dt= t '.examples.type.query'
|
|
|
|
%dd= t '.examples.type.description'
|
2011-08-04 07:01:44 -07:00
|
|
|
|
2023-08-02 11:47:03 -07:00
|
|
|
#search-new-items
|
|
|
|
%h2= t '.newest_items.header'
|
|
|
|
= render @newest_items
|
2011-05-13 05:07:20 -07:00
|
|
|
|
2012-12-29 23:40:30 -08:00
|
|
|
- localized_cache :action_suffix => 'species_search_links' do
|
2012-08-09 19:35:30 -07:00
|
|
|
#species-search-links
|
2013-01-09 15:48:01 -08:00
|
|
|
%h2= t '.species_search.header'
|
2012-08-09 19:35:30 -07:00
|
|
|
= standard_species_search_links
|
2011-05-13 05:07:20 -07:00
|
|
|
|