Files
grecia/app/components/widget/feeds/participation_component.html.erb
Javi Martín 8a3b9f6abf Remove no longer necessary row classes
These element had no columns inside and the row classes had only been
added to give them a maximum width. That's no longer necessary since now
the body has that maximum width.
2021-07-07 23:03:58 +02:00

8 lines
238 B
Plaintext

<div class="margin-bottom feeds-list feeds-participation">
<% feeds.each do |feed| %>
<% if feed_proposals?(feed) || feed_debates?(feed) %>
<%= render Widget::Feeds::FeedComponent.new(feed) %>
<% end %>
<% end %>
</div>