Use the same collection for the list
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
</header>
|
||||
|
||||
<ul class="unpad margin-none flex flex-column txt-align-start center">
|
||||
<%= render partial: "bubbles/list/bubble", collection: @bubbles.reverse_chronologically %>
|
||||
<%= render partial: "bubbles/list/bubble", collection: @bubbles.ordered_by_activity %>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user