Commit 102695530b673a8cdb4b618ab63f871a0d462f64
1 parent
59b36f20
Exists in
master
and in
4 other branches
fix project move email
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notify/project_was_moved_email.text.erb
| 1 | Project was moved to another location | 1 | Project was moved to another location |
| 2 | 2 | ||
| 3 | The project is now located under | 3 | The project is now located under |
| 4 | -<%= url_for(link_to project_url(@project)) %> | 4 | +<%= project_url(@project) %> |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | To update the remote url in your local repository run: | 7 | To update the remote url in your local repository run: |