This commit is contained in:
Jason Zimdars
2025-03-31 13:30:28 -05:00
parent e919866849
commit 217a3bf96f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<% if bubble.popped? %>
<div class="card__popped flex flex-column">
<span class="card__popped-title txt-uppercase">Completed</span>
<span class="card__popped-title txt-uppercase"><%= bubble.popped_by.system? ? "Closed" : "Completed" %></span>
<strong><%= bubble.popped_at.strftime("%b %d, %Y") %></strong>
<span>by <span class="card__popped-by"><%= bubble.popped_by.name %></span></span>
</div>
+1 -1
View File
@@ -54,7 +54,7 @@
<div class="margin-block">
<h2 class="txt-align-center flex-inline center txt-uppercase txt-medium margin-none-block-start">
Done
Recently closed
</h2>
<section class="cards--grid gap position-relative">
<% if (popped_bubbles = Filter.from_params(@filter.as_params.merge(indexed_by: "popped")).tap { |f| f.creator = Current.user }.bubbles).any? %>