We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7104192 + 0fe51e9 commit 20ad4d3Copy full SHA for 20ad4d3
1 file changed
app/views/search/_form.html.erb
@@ -31,6 +31,6 @@
31
</aside>
32
<% end %>
33
34
-<%= render partial: 'search/source_tabs' if @results.present? %>
+<%= render partial: 'search/source_tabs' if params[:q].present? %>
35
36
<%= javascript_include_tag "search_form" %>
0 commit comments