Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/work_items_helper.rb')
-rw-r--r--app/helpers/work_items_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/work_items_helper.rb b/app/helpers/work_items_helper.rb
index bc270380fca..6fa5c499ee2 100644
--- a/app/helpers/work_items_helper.rb
+++ b/app/helpers/work_items_helper.rb
@@ -7,7 +7,7 @@ module WorkItemsHelper
issues_list_path: project_issues_path(project),
register_path: new_user_registration_path(redirect_to_referer: 'yes'),
sign_in_path: new_session_path(:user, redirect_to_referer: 'yes'),
- saved_replies_new_path: profile_saved_replies_path
+ new_comment_template_path: profile_comment_templates_path
}
end
end