debian-mirror-gitlab/app/views/notify/project_was_moved_email.text.erb

11 lines
364 B
Text
Raw Normal View History

2015-10-24 18:46:33 +05:30
Project #{@old_path_with_namespace} was moved to another location
2014-09-02 18:07:02 +05:30
The project is now located under
2015-04-26 12:48:37 +05:30
<%= namespace_project_url(@project.namespace, @project) %>
2014-09-02 18:07:02 +05:30
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 %>