Remove bridge button metadata from board settings link.
This commit is contained in:
@@ -5,10 +5,7 @@ module BoardsHelper
|
||||
|
||||
def link_to_edit_board(board)
|
||||
link_to edit_board_path(board), class: "btn", data: {
|
||||
controller: "tooltip",
|
||||
bridge__buttons_target: "button",
|
||||
bridge_icon_name: "gearshape.fill",
|
||||
bridge_title: "Settings"
|
||||
controller: "tooltip"
|
||||
} do
|
||||
icon_tag("settings") + tag.span("Settings for #{board.name}", class: "for-screen-reader")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user