diff --git a/app/views/shared/_recommended_index.html.erb b/app/views/shared/_recommended_index.html.erb index bf7bf13eb..eb3783d58 100644 --- a/app/views/shared/_recommended_index.html.erb +++ b/app/views/shared/_recommended_index.html.erb @@ -6,7 +6,7 @@
<%= button_to disable_recommendations_path, title: t("shared.recommended_index.hide"), - class: "float-right-medium hide-recommendations", + class: "hide-recommendations", data: { toggle: "recommendations", confirm: t("#{namespace}.index.recommendations.disable")