Fix email template css for project moved emails
This commit is contained in:
parent
b8b3f7f11c
commit
aa4691acac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue