Commit 541ef21f authored by Jasper Maes's avatar Jasper Maes

Rails5 fix undefined method 'namespace_project_settings_repository_path'

parent 3090c6b1
......@@ -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