summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_moved_email.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-12 10:46:04 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-12 10:46:04 +0200
commitb1e425511fd9f79da5289f1651bb8e9397b384f5 (patch)
tree40db19ca2a08d083df6defa1b7439b958bbdf8c2 /app/views/notify/project_was_moved_email.html.haml
parent7367f1cfd8f3cd134a0de4d9121c67ec8fd1f477 (diff)
downloadgitlab-ce-b1e425511fd9f79da5289f1651bb8e9397b384f5.tar.gz
restyle and cleanup emails
Diffstat (limited to 'app/views/notify/project_was_moved_email.html.haml')
-rw-r--r--app/views/notify/project_was_moved_email.html.haml36
1 files changed, 11 insertions, 25 deletions
diff --git a/app/views/notify/project_was_moved_email.html.haml b/app/views/notify/project_was_moved_email.html.haml
index 222bd0fecea..3e761c43435 100644
--- a/app/views/notify/project_was_moved_email.html.haml
+++ b/app/views/notify/project_was_moved_email.html.haml
@@ -1,25 +1,11 @@
-%td.content{align: "left", style: "font-family: Helvetica, Arial, sans-serif; padding: 20px 0 0;", valign: "top", width: "600"}
- %table{border: "0", cellpadding: "0", cellspacing: "0", style: "color: #555; font: normal 11px Helvetica, Arial, sans-serif; margin: 0; padding: 0;", width: "600"}
- %tr
- %td{width: "21"}
- %td
- %h2
- = "Project was moved to another location"
- %td{width: "21"}
- %tr
- %td{width: "21"}
- %td
- %p
- The project is now located under
- = link_to project_url(@project) do
- = @project.name_with_namespace
- %p
- To update the remote url in your local repository run:
- %br
- %table{border: "0", cellpadding: "0", cellspacing: "0", width: "558"}
- %tr
- %td{valign: "top"}
- %p{ style: "background:#f5f5f5; padding:10px; border:1px solid #ddd" }
- git remote set-url origin #{@project.ssh_url_to_repo}
- %br
- %td{ width: "21"}
+%p
+ = "Project was moved to another location"
+%p
+ The project is now located under
+ = link_to project_url(@project) do
+ = @project.name_with_namespace
+%p
+ To update the remote url in your local repository run:
+%p{ style: "background:#f5f5f5; padding:10px; border:1px solid #ddd" }
+ git remote set-url origin #{@project.ssh_url_to_repo}
+%br