summaryrefslogtreecommitdiff
path: root/app/views/notify/project_access_granted_email.html.haml
blob: 11117bf0b3399ef6b46d6addeec1579ebac8fa8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%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