Skip to content

Commit

Permalink
Fixed tooltip or edit and re-launch buttons in the session card (#3950)
Browse files Browse the repository at this point in the history
  • Loading branch information
abujeda authored Nov 13, 2024
1 parent 9fbd511 commit daa1cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/app/helpers/batch_connect/sessions_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def relaunch(session)
data: { toggle: "tooltip", placement: "left" },
params: params
) do
"#{fa_icon('sync', classes: nil, title: '')}".html_safe
"#{fa_icon('sync', classes: nil, title: nil)}".html_safe
end
end

Expand All @@ -119,7 +119,7 @@ def edit(session)
data: { toggle: "tooltip", placement: "left" },
params: {session_id: session.id}
) do
"#{fa_icon('pen', classes: nil, title: '')}".html_safe
"#{fa_icon('pen', classes: nil, title: nil)}".html_safe
end
end

Expand Down

0 comments on commit daa1cde

Please sign in to comment.