diff --git a/app/views/cards/display/perma/_board.html.erb b/app/views/cards/display/perma/_board.html.erb index 68b865f75..7c833712e 100644 --- a/app/views/cards/display/perma/_board.html.erb +++ b/app/views/cards/display/perma/_board.html.erb @@ -1,8 +1,8 @@
<%= render "cards/display/common/board", card: card do %> - <%= icon_tag "caret-down", class: "txt-xx-small" %> + <%= icon_tag "caret-down", class: "txt-xx-small", hidden: card.closed? %> <% end %> - + <%= turbo_frame_tag "board_picker", src: edit_card_board_path(card), target: "_top", loading: :lazy, refresh: "morph" %>