Skip to content

Commit

Permalink
remove unused back_url parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Oct 25, 2024
1 parent a618078 commit 559f17f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def button_links

def delete_link
link_to I18n.t(:button_delete),
deploy_target_path(deploy_target, back_url: request.fullpath),
deploy_target_path(deploy_target),
method: :delete,
class: "icon icon-delete"
end
Expand Down

0 comments on commit 559f17f

Please sign in to comment.