restyle and cleanup emails
This commit is contained in:
parent
7367f1cfd8
commit
b1e425511f
14 changed files with 108 additions and 266 deletions
|
@ -1,15 +1,5 @@
|
|||
%td.content{align: "left", style: "font-family: Helvetica, Arial, sans-serif; padding: 20px 0 0;", valign: "top", width: "600"}
|
||||
%table{border: "0", cellpadding: "0", cellspacing: "0", style: "color: #717171; font: normal 11px Helvetica, Arial, sans-serif; margin: 0; padding: 0;", width: "600"}
|
||||
%tr
|
||||
%td{width: "21"}
|
||||
%td
|
||||
%h2{style: "color:#646464;" }
|
||||
= "You have been granted #{@users_project.project_access_human} access to project"
|
||||
%td{style: "font-size: 1px; line-height: 1px;", width: "21"}
|
||||
%tr
|
||||
%td{width: "21"}
|
||||
%td
|
||||
%h3
|
||||
= link_to project_url(@project) do
|
||||
= @project.name_with_namespace
|
||||
%br
|
||||
%p
|
||||
= "You have been granted #{@users_project.project_access_human} access to project"
|
||||
%p
|
||||
= link_to project_url(@project) do
|
||||
= @project.name_with_namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue