Skip to content

Commit

Permalink
Fix boards show link with target _top
Browse files Browse the repository at this point in the history
  • Loading branch information
maikhel committed Jul 17, 2024
1 parent d1b2f99 commit b90cc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/boards/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="card-header bg-primary-grey-200">
<div class="d-flex justify-content-between align-items-center">
<h5 class="card-title mb-0">
<%= link_to board.name, board, class: 'link-underline link-underline-opacity-0' %>
<%= link_to board.name, board, data: { turbo_frame: '_top'}, class: 'link-underline link-underline-opacity-0' %>
</h5>
<div class="d-flex gap-2">
<%= link_to edit_board_path(board), class: 'text-default' do %>
Expand Down

0 comments on commit b90cc6b

Please sign in to comment.