gitlab-org--gitlab-foss/app/views/notify/project_was_moved_email.text.erb
Vinnie Okada 76aad9b76e Upgrade to Rails 4.1.9
Make the following changes to deal with new behavior in Rails 4.1.2:

* Use nested resources to avoid slashes in arguments to path helpers.
2015-02-14 11:09:23 -07:00

10 lines
336 B
Text

Project was moved to another location
The project is now located under
<%= namespace_project_url(@project.namespace, @project) %>
To update the remote url in your local repository run (for ssh):
git remote set-url origin <%= @project.ssh_url_to_repo %>
or for http(s):
git remote set-url origin <%= @project.http_url_to_repo %>