Skip to content
Snippets Groups Projects
Commit 17083b26 authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

fix general highlights at index page

parent 565a5b7e
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,7 @@
<% if @General.present? %>
<ul class="list-unstyled">
<h2>Destaques</h2>
<% @General.each do |object| %>
<%= render 'shared/application/object_horizontal', object: object %>
<% end %>
<%= render @General, orientation: 'horizontal' %>
<% end %>
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment