diff --git a/frontend/src/app/features/boards/index-page/boards-index-page.component.html b/frontend/src/app/features/boards/index-page/boards-index-page.component.html index 5df41858e2..8c4b354f17 100644 --- a/frontend/src/app/features/boards/index-page/boards-index-page.component.html +++ b/frontend/src/app/features/boards/index-page/boards-index-page.component.html @@ -97,9 +97,9 @@ diff --git a/modules/team_planner/app/cells/team_planner/row_cell.rb b/modules/team_planner/app/cells/team_planner/row_cell.rb index e3464808b9..91dce96daf 100644 --- a/modules/team_planner/app/cells/team_planner/row_cell.rb +++ b/modules/team_planner/app/cells/team_planner/row_cell.rb @@ -61,8 +61,9 @@ module TeamPlanner def delete_link if table.current_user.allowed_to?(:manage_team_planner, project) link_to( - op_icon('icon icon-delete'), + '', project_team_planner_path(project, query.id), + class: 'op-link icon icon-delete', method: :delete, data: { confirm: I18n.t(:text_are_you_sure),