Merge pull request #1555 from basecamp/bug-timeline

I had got this condition wrong during the timeline helpers refactor
This commit is contained in:
Jorge Manrubia
2025-11-11 17:08:31 +01:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@
</span>
</h4>
<% if event.action.in?(%w[ card_closed card_published card_reopened ]) %>
<% unless event.action.in?(%w[ card_closed card_published card_reopened ]) %>
<span class="event__icon flex-item-justify-end txt-reversed">
<%= icon_tag event_action_icon(event) %>
</span>