Commit 102695530b673a8cdb4b618ab63f871a0d462f64

Authored by Dmitriy Zaporozhets
1 parent 59b36f20

fix project move email

app/views/notify/project_was_moved_email.text.erb
1 1 Project was moved to another location
2 2  
3 3 The project is now located under
4   -<%= url_for(link_to project_url(@project)) %>
  4 +<%= project_url(@project) %>
5 5  
6 6  
7 7 To update the remote url in your local repository run:
... ...