summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_moved_email.text.erb
blob: da123c2f89cbc98dc5637a515b50c98f98b0a689 (plain)
1
2
3
4
5
6
7
8
Project was moved to another location
          
The project is now located under 
<%= url_for(link_to project_url(@project)) %>
          

To update the remote url in your local repository run:
  git remote set-url origin <%= @project.ssh_url_to_repo %>