Allow sorting widget_cards on sdg section
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<h2 class="title"><%= phase.title %></h2>
|
||||
</header>
|
||||
|
||||
<%= render "shared/cards", cards: phase.cards %>
|
||||
<%= render "shared/cards", cards: phase.cards.sort_by_order %>
|
||||
</section>
|
||||
<% end %>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user