Don't show the bridged button to the board when editing a card

This commit is contained in:
Jay Ohms
2026-02-25 14:40:31 -05:00
parent 628a43ef61
commit 91aa806b72
2 changed files with 2 additions and 1 deletions
@@ -13,4 +13,6 @@
<span class="overflow-ellipsis">Mark as Done</span>
<kbd class="txt-x-small hide-on-touch">d</kbd>
<% end %>
<%= bridged_button_to_board(@card.board) %>
</div>
-1
View File
@@ -9,7 +9,6 @@
<div class="header__actions header__actions--start">
<%= link_back_to_board(@card.board) %>
</div>
<%= bridged_button_to_board(@card.board) %>
<% end %>
<%= turbo_stream_from @card %>