summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_moved_email.text.erb
blob: 7c45163e0e83badba5ac30b67fbd95a4db535984 (plain)
1
2
3
4
5
6
7
8
9
10
Project <%= @old_path_with_namespace %> was moved to another location

The project is now located under 
<%= project_url(@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 %>