searchresults themen fixed
This commit is contained in:
@@ -28,10 +28,11 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% @themen.each do |thema| %>
|
<% @themen.each do |thema| %>
|
||||||
<ul class="unstyled linkbox-list" style="max-width:70em">
|
<ul class="unstyled content-list" style="max-width:70em">
|
||||||
<li><%= link_to thema, {:class=>"linkbox"} do %>
|
<li><%= link_to thema.title,thema %>
|
||||||
|
<div class="contentbox">
|
||||||
<%= render :partial=>"themen/small", :object=>thema %>
|
<%= render :partial=>"themen/small", :object=>thema %>
|
||||||
<% end %>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user