gitlabhq/app/views/layouts/notify.html.haml

33 lines
2.1 KiB
Plaintext
Raw Normal View History

%html{lang: "en"}
2011-10-08 23:36:38 +02:00
%head
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
2011-10-08 23:36:38 +02:00
%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%"}
2011-10-08 23:36:38 +02:00
%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"}
2011-10-08 23:36:38 +02:00
%tr
%td{style: "font-size: 0px;", width: "20"}
2011-10-08 23:36:38 +02:00
\ 
%td{align: "left", style: "padding: 10px 0", width: "580"}
%h1{style: "font-size: 24px; color: #BBBBBB; font: normal 22px Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 32px;"}
GITLAB
2011-10-08 23:36:38 +02:00
- 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"}
2011-10-08 23:36:38 +02:00
%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"}
2011-10-08 23:36:38 +02:00
%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"}
2011-10-08 23:36:38 +02:00
%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.