diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-17 18:38:10 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-17 23:27:51 -0700 |
commit | b6e7940c3db2d3e580e592cb2f9490eb4a3b0cef (patch) | |
tree | 80e354f5d79d204a17d14d0b51ac39e36c92518e /app | |
parent | 368a391182039f7973f7cf3da7b4e29c760003df (diff) | |
download | gitlab-ce-b6e7940c3db2d3e580e592cb2f9490eb4a3b0cef.tar.gz |
Fix email template css for project moved emails
Diffstat (limited to 'app')
-rw-r--r-- | app/views/notify/project_was_moved_email.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notify/project_was_moved_email.html.haml b/app/views/notify/project_was_moved_email.html.haml index d2df398ed4a..3cd759f1f57 100644 --- a/app/views/notify/project_was_moved_email.html.haml +++ b/app/views/notify/project_was_moved_email.html.haml @@ -6,10 +6,10 @@ = @project.name_with_namespace %p To update the remote url in your local repository run (for ssh): -%p{ style: "background:$background-color; padding:10px; border:1px solid #ddd" } +%p{ style: "background: #f5f5f5; padding:10px; border:1px solid #ddd" } git remote set-url origin #{@project.ssh_url_to_repo} %p or for http(s): -%p{ style: "background:$background-color; padding:10px; border:1px solid #ddd" } +%p{ style: "background: #f5f5f5; padding:10px; border:1px solid #ddd" } git remote set-url origin #{@project.http_url_to_repo} %br |