Commit f54d58e9 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'rails5-fix-6931' into 'master'

Rails5 fix undefined method 'namespace_project_settings_repository_path'

Closes #6931

See merge request gitlab-org/gitlab-ee!6581
parents 56d0442a 541ef21f
......@@ -2,4 +2,4 @@
The mirror user for #{@project.full_path} has been changed from #{@deleted_user_name} to yourself because their account was deleted.
%p
You can change this setting from the #{link_to("repository settings page", project_settings_repository_path(@project))}.
You can change this setting from the #{link_to("repository settings page", project_settings_repository_url(@project))}.
---
title: Rails5 fix undefined method 'namespace_project_settings_repository_path'
merge_request: 6581
author: Jasper Maes
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment