summaryrefslogtreecommitdiff
path: root/app/views/notify
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 18:38:10 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 18:38:10 -0700
commitaa4691acacade89cb811221a64829d290badd343 (patch)
tree4145a1884b5abc2043eb17192aaa3f866baed253 /app/views/notify
parentb8b3f7f11c9ddd07d4e1027ed61cc963d0cefa9b (diff)
downloadgitlab-ce-aa4691acacade89cb811221a64829d290badd343.tar.gz
Fix email template css for project moved emails
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/project_was_moved_email.html.haml4
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