Files
fizzy/app/views/cards/display/preview/_steps.html.erb
T
2025-07-02 16:14:25 -05:00

8 lines
288 B
Plaintext

<% if card.steps.any? %>
<div class="card__steps align-center gap-half flex-item-justify-end flex-item-no-shrink">
<span class="steps__icon">
<%= icon_tag "check" %>
</span>
<strong><%= "#{card.steps.completed.count}/#{card.steps.count}" %></strong>
</div>
<% end %>