diff options
author | Alex Denisov <1101.debian@gmail.com> | 2012-09-06 10:50:47 +0300 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2012-09-06 11:21:35 +0300 |
commit | 09a86bd4d6dcf89f5e5393145900593bb22f1080 (patch) | |
tree | 57f8f864b2d824d02767d23220a3a174e9ce61f6 /app/views/layouts/notify.html.haml | |
parent | 6e5cd8e0810c63e8744c23cdb887fea78ea37fb4 (diff) | |
download | gitlab-ce-09a86bd4d6dcf89f5e5393145900593bb22f1080.tar.gz |
Capitlization of /gitlab/i normalized. #1367
Diffstat (limited to 'app/views/layouts/notify.html.haml')
-rw-r--r-- | app/views/layouts/notify.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml index a1938df43a1..7b79897b653 100644 --- a/app/views/layouts/notify.html.haml +++ b/app/views/layouts/notify.html.haml @@ -2,7 +2,7 @@ %head %meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"} %title - gitlabhq + GitLab :css .header h1 {color: #BBBBBB !important; font: bold 32px Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 40px;} .header p {color: #c6c6c6; font: normal 12px Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 18px;} @@ -21,7 +21,7 @@ \ %td{align: "left", style: "padding: 18px 0 10px;", width: "580"} %h1{style: "color: #BBBBBB; font: normal 32px Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 40px;"} - gitlab + GITLAB - if @project | #{@project.name} %table{align: "center", bgcolor: "#fff", border: "0", cellpadding: "0", cellspacing: "0", style: "font-family: Helvetica, Arial, sans-serif; background: #fff;", width: "600"} |