Commit 0efc903e authored by Riyad Preukschas's avatar Riyad Preukschas

Fix text in project move mail

parent 4b649c2f
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
%td{width: "21"} %td{width: "21"}
%td %td
%h2 %h2
= "Project was moved in another location" = "Project was moved to another location"
%td{width: "21"} %td{width: "21"}
%tr %tr
%td{width: "21"} %td{width: "21"}
%td %td
%p %p
Project is now accessible via next link The project is now located under
= link_to project_url(@project) do = link_to project_url(@project) do
= @project.name_with_namespace = @project.name_with_namespace
%p %p
You may want to update your local repository with new remote: To update the remote url in your local repository run:
%br %br
%table{border: "0", cellpadding: "0", cellspacing: "0", width: "558"} %table{border: "0", cellpadding: "0", cellspacing: "0", width: "558"}
%tr %tr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment