summaryrefslogtreecommitdiff
path: root/app/views/layouts/notify.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/layouts/notify.html.haml
parent7367f1cfd8f3cd134a0de4d9121c67ec8fd1f477 (diff)
downloadgitlab-ce-b1e425511fd9f79da5289f1651bb8e9397b384f5.tar.gz
restyle and cleanup emails
Diffstat (limited to 'app/views/layouts/notify.html.haml')
-rw-r--r--app/views/layouts/notify.html.haml40
1 files changed, 15 insertions, 25 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml
index 3db1f59b54d..f88abeca887 100644
--- a/app/views/layouts/notify.html.haml
+++ b/app/views/layouts/notify.html.haml
@@ -4,29 +4,19 @@
%title
GitLab
- %body{bgcolor: "#EAEAEA", style: "margin: 0; padding: 0; background: #EAEAEA"}
- %table{align: "center", border: "0", cellpadding: "0", cellspacing: "0", style: "padding: 35px 0; background: #EAEAEA;", width: "100%"}
+ %body
+ %h1{style: "background: #EEE; border-bottom: 1px solid #DDD; color: #474D57; font: normal 20px Helvetica, Arial, sans-serif; margin: 0; padding: 5px 10px; line-height: 32px; font-size: 16px;"}
+ GitLab
+ - if @project
+ \|
+ = link_to @project.name_with_namespace, project_url(@project), style: 'color: #29B; text-decoration: none'
+ %table{align: "left", border: "0", cellpadding: "0", cellspacing: "0", style: "padding: 10px 0;", width: "100%"}
%tr
- %td{align: "center", style: "margin: 0; padding: 0; background: #EAEAEA;"}
- %table.header{align: "center", border: "0", cellpadding: "0", cellspacing: "0", style: "font-family: Helvetica, Arial, sans-serif; background:#333", width: "600"}
- %tr
- %td{style: "font-size: 0px;", width: "20"}
- \ 
- %td{align: "left", style: "padding: 10px 0", width: "580"}
- %h1{style: "color: #BBBBBB; font: normal 20px Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 32px;"}
- GITLAB
- - if @project
- \/ #{@project.name_with_namespace}
- %table{align: "center", bgcolor: "#fff", border: "0", cellpadding: "0", cellspacing: "0", style: "font-family: Helvetica, Arial, sans-serif; background: #fff;", width: "600"}
- %tr= yield
- %tr
- %td{align: "left", colspan: "2", height: "3", style: "padding: font-size: 0; line-height: 0; height: 3px;", width: "600"}
- %table.footer{align: "center", border: "0", cellpadding: "0", cellspacing: "0", style: "font-family: Helvetica, Arial, sans-serif; line-height: 10px;", width: "600"}
- %tr
- %td{align: "center", style: "padding: 5px 0 10px; font-size: 11px; color:#7d7a7a; margin: 0; line-height: 1.2;font-family: Helvetica, Arial, sans-serif;", valign: "top"}
- %br
- %p{style: "font-size: 11px; color:#7d7a7a; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif;"}
- You're receiving this notification because you are a member of the
- - if @project
- #{@project.name_with_namespace}
- project team.
+ %td{align: "left", style: "margin: 0; padding: 10px;"}
+ = yield
+ %br
+ %tr
+ %td{align: "left", style: "margin: 0; padding: 10px;"}
+ %p{style: "font-size:small;color:#777"}
+ - if @project
+ You're receiving this notification because you are a member of the #{@project.name_with_namespace} project team.