From 28854e4980070229ab34f08575ea5031ff9da643 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Sun, 21 Jul 2013 17:21:47 -0300 Subject: [PATCH] Use same column structure for all pages --- plugins/solr/views/search/search_page.html.erb | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/plugins/solr/views/search/search_page.html.erb b/plugins/solr/views/search/search_page.html.erb index a3a0196..b665a7f 100644 --- a/plugins/solr/views/search/search_page.html.erb +++ b/plugins/solr/views/search/search_page.html.erb @@ -3,17 +3,13 @@ <%= search_page_title( @titles[@asset], @category ) %> -<% if !@empty_query %> -
- <%= render :partial => 'facets' %> -
+
+ <%= render :partial => 'facets' if !@empty_query %> +
-
- <%= render :partial => 'results' %> -
-<% else %> +
<%= render :partial => 'results' %> -<% end %> +
-- libgit2 0.21.2