Zestawienie dotacji

<% @dotations.each do |dotation| %>
<%= render 'dotation_card', dotation: dotation %>
<% end %> <% @dotations.each do |dotation| %>

<%= dotation.name %>

<%= render 'show', dotation: dotation %>

<% end %>