forked from bofh/fetsite
sunspot install
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
|
||||
<% unless @results.nil? %>
|
||||
<%= @results.results.each do |res| %>
|
||||
<%= render res %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% unless @neuigkeiten.empty? %>
|
||||
<h2>Neuigkeiten</h2>
|
||||
<% end %>
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="searchresults">
|
||||
<%= render :partial=>"home/search_results" %>
|
||||
|
||||
Reference in New Issue
Block a user