summaryrefslogtreecommitdiff
path: root/app/views/shared/_flash_user_callout.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_flash_user_callout.html.haml')
-rw-r--r--app/views/shared/_flash_user_callout.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_flash_user_callout.html.haml b/app/views/shared/_flash_user_callout.html.haml
index d8032ac521d..7b2d59407b4 100644
--- a/app/views/shared/_flash_user_callout.html.haml
+++ b/app/views/shared/_flash_user_callout.html.haml
@@ -1,4 +1,4 @@
-- callout_data = { uid: "callout_feature_#{feature_name}_dismissed", feature_id: feature_name, dismiss_endpoint: user_callouts_path }
+- callout_data = { uid: "callout_feature_#{feature_name}_dismissed", feature_id: feature_name, dismiss_endpoint: callouts_path }
- extra_flash_class = local_assigns.fetch(:extra_flash_class, nil)
.flash-container.flash-container-page.user-callout{ data: callout_data }