Files
nairobi/app/views/proposals_dashboard/_resources.html.erb
Juan Salvador Pérez García 39599e39ec Fixes #190
Shows next goal information in progress page.
Fixed missing poll feature in features section.
2018-07-17 17:59:11 +02:00

11 lines
252 B
Plaintext

<br><br>
<div class="action-title">
<h5><%= t('.available_resources') %></h5>
<hr>
</div>
<div class="row small-up-2 medium-up-3 large-up-4">
<%= render 'poll_resource' %>
<%= render partial: 'resource', collection: active_resources %>
</div>