2012-08-11 00:07:50 +02:00
|
|
|
|
%html{lang: "en"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
%head
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
%title
|
2012-09-06 09:50:47 +02:00
|
|
|
|
GitLab
|
2012-12-20 22:04:27 +01:00
|
|
|
|
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%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%"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
%tr
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%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"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
%tr
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%td{style: "font-size: 0px;", width: "20"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
\
|
2012-12-20 22:04:27 +01:00
|
|
|
|
%td{align: "left", style: "padding: 10px 0", width: "580"}
|
2012-12-31 18:46:40 +01:00
|
|
|
|
%h1{style: "color: #BBBBBB; font: normal 20px Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 32px;"}
|
2012-09-06 09:50:47 +02:00
|
|
|
|
GITLAB
|
2011-10-08 23:36:38 +02:00
|
|
|
|
- if @project
|
2012-12-31 18:46:40 +01:00
|
|
|
|
\/ #{@project.name_with_namespace}
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%table{align: "center", bgcolor: "#fff", border: "0", cellpadding: "0", cellspacing: "0", style: "font-family: Helvetica, Arial, sans-serif; background: #fff;", width: "600"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
%tr= yield
|
|
|
|
|
%tr
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%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"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
%tr
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%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"}
|
2011-10-08 23:36:38 +02:00
|
|
|
|
%br
|
2012-08-11 00:07:50 +02:00
|
|
|
|
%p{style: "font-size: 11px; color:#7d7a7a; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif;"}
|
2012-06-26 18:15:52 +02:00
|
|
|
|
You're receiving this notification because you are a member of the
|
|
|
|
|
- if @project
|
2012-12-20 22:04:27 +01:00
|
|
|
|
#{@project.name_with_namespace}
|
2012-06-26 18:15:52 +02:00
|
|
|
|
project team.
|