Merge pull request #1555 from basecamp/bug-timeline
I had got this condition wrong during the timeline helpers refactor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user