Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6ca063e4
Commit
6ca063e4
authored
Dec 06, 2021
by
Eugie Limpin
Committed by
Mike Greiling
Dec 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create in product marketing email layout
parent
857c3d2e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
262 additions
and
259 deletions
+262
-259
app/mailers/emails/in_product_marketing.rb
app/mailers/emails/in_product_marketing.rb
+1
-1
app/views/layouts/in_product_marketing_mailer.html.haml
app/views/layouts/in_product_marketing_mailer.html.haml
+187
-0
app/views/notify/in_product_marketing_email.html.haml
app/views/notify/in_product_marketing_email.html.haml
+51
-235
lib/gitlab/email/message/in_product_marketing/base.rb
lib/gitlab/email/message/in_product_marketing/base.rb
+0
-23
lib/gitlab/email/message/in_product_marketing/helper.rb
lib/gitlab/email/message/in_product_marketing/helper.rb
+23
-0
No files found.
app/mailers/emails/in_product_marketing.rb
View file @
6ca063e4
...
...
@@ -29,7 +29,7 @@ module Emails
format
.
html
do
@message
.
format
=
:html
render
layout:
nil
render
layout:
'in_product_marketing_mailer'
end
format
.
text
do
...
...
app/views/layouts/in_product_marketing_mailer.html.haml
0 → 100644
View file @
6ca063e4
!!!
%html
{
lang:
"en"
}
%head
%meta
{
content:
"text/html; charset=utf-8"
,
"http-equiv"
=>
"Content-Type"
}
%meta
{
content:
"width=device-width, initial-scale=1"
,
name:
"viewport"
}
%link
{
href:
"https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600"
,
rel:
"stylesheet"
,
type:
"text/css"
,
data:
{
premailer:
'ignore'
}
}
%title
=
message
.
subject
:css
/* CLIENT-SPECIFIC STYLES */
body
,
table
,
td
,
a
{
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;
}
table
,
td
{
mso-table-lspace
:
0pt
;
mso-table-rspace
:
0pt
;
}
img
{
-ms-interpolation-mode
:
bicubic
;
}
/* RESET STYLES */
img
{
border
:
0
;
height
:
auto
;
line-height
:
100%
;
outline
:
none
;
text-decoration
:
none
;
}
table
{
border-collapse
:
collapse
!important
;
}
body
{
height
:
100%
!important
;
margin
:
0
!important
;
padding
:
0
!important
;
width
:
100%
!important
;
background-color
:
#ffffff
;
color
:
#424242
;
}
a
{
color
:
#6b4fbb
;
text-decoration
:
underline
;
}
.cta_link
a
{
font-size
:
24px
;
font-family
:
'Source Sans Pro'
,
helvetica
,
arial
,
sans-serif
;
color
:
#ffffff
;
text-decoration
:
none
;
border-radius
:
5px
;
-webkit-border-radius
:
5px
;
background-color
:
#6e49cb
;
border-top
:
15px
solid
#6e49cb
;
border-bottom
:
15px
solid
#6e49cb
;
border-right
:
40px
solid
#6e49cb
;
border-left
:
40px
solid
#6e49cb
;
display
:
inline-block
;
}
.footernav
{
display
:
inline
!important
;
}
.footernav
a
{
color
:
#6e49cb
;
}
.address
{
margin
:
0
;
font-size
:
16px
;
line-height
:
26px
;
}
:css
/* iOS BLUE LINKS */
a
[
x-apple-data-detectors
]
{
color
:
inherit
!important
;
text-decoration
:
none
!important
;
font-size
:
inherit
!important
;
font-family
:
inherit
!important
;
font-weight
:
inherit
!important
;
line-height
:
inherit
!important
;
}
/
[if gte mso 9]
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>
96
</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
/
[if (mso)|(mso 16)]
<style
type=
"text/css"
>
body
,
table
,
td
,
a
,
span
{
font-family
:
Arial
,
Helvetica
,
sans-serif
!important
;
}
</style>
:css
@media
only
screen
and
(
max-width
:
595px
)
{
.wrapper
{
width
:
100%
!important
;
margin
:
0
auto
!important
;
padding
:
0
!important
;
}
p
,
li
{
font-size
:
18px
!important
;
line-height
:
26px
!important
;
}
.stack
{
width
:
100%
!important
;
}
.stack-mobile-padding
{
width
:
100%
!important
;
margin-top
:
20px
!important
;
}
.callout
{
padding-bottom
:
20px
!important
;
}
.redbutton
{
text-align
:
center
;
}
.stack33
{
display
:
block
!important
;
width
:
100%
!important
;
max-width
:
100%
!important
;
direction
:
ltr
!important
;
text-align
:
center
!important
;
}
}
@media
only
screen
and
(
max-width
:
480px
)
{
u
~
div
{
width
:
100vw
!important
;
}
div
>
u
~
div
{
width
:
100%
!important
;
}
}
%body
#body
{
width:
"100%"
}
%table
{
border:
"0"
,
cellpadding:
"0"
,
cellspacing:
"0"
,
role:
"presentation"
,
width:
"100%"
}
%tr
%td
{
align:
"center"
,
style:
"padding: 0px;"
}
%table
.wrapper
{
border:
"0"
,
cellpadding:
"0"
,
cellspacing:
"0"
,
role:
"presentation"
,
width:
"600"
}
%tr
%td
{
style:
"padding: 0px;"
}
#main-story
.mktEditable
{
mktoname:
"main-story"
}
%table
{
border:
"0"
,
cellpadding:
"0"
,
cellspacing:
"0"
,
role:
"presentation"
,
width:
"100%"
}
%tr
%td
{
align:
"left"
,
style:
"padding: 0 20px;"
}
=
about_link
(
'mailers/in_product_marketing/gitlab-logo-gray-rgb.png'
,
200
)
%tr
%td
{
"aria-hidden"
=>
"true"
,
height:
"30"
,
style:
"font-size: 0; line-height: 0;"
}
=
yield
%tr
{
style:
"background-color: #ffffff;"
}
%td
{
align:
"center"
,
style:
"padding:75px 20px 25px;"
}
=
about_link
(
'gitlab_logo.png'
,
80
)
%tr
{
style:
"background-color: #ffffff;"
}
%td
{
align:
"center"
,
style:
"padding:0px ;"
}
%tr
{
style:
"background-color: #ffffff;"
}
%td
{
align:
"center"
,
style:
"padding:0px 10px; font-family: 'Source Sans Pro', helvetica, arial, sans-serif; "
}
%span
.footernav
{
style:
"color: #6e49cb; font-size: 16px; line-height: 26px; font-family: 'Source Sans Pro', helvetica, arial, sans-serif;"
}
=
@message
.
footer_links
.
join
(
' '
*
3
+
'|'
+
' '
*
4
).
html_safe
%tr
{
style:
"background-color:#ffffff;"
}
%td
{
align:
"center"
,
style:
"padding: 40px 30px 20px 30px; font-family: 'Source Sans Pro', helvetica, arial, sans-serif;"
}
.address
=
@message
.
address
%tr
{
style:
"background-color: #ffffff;"
}
%td
{
align:
"left"
,
style:
"padding:20px 30px 20px 30px;"
}
%span
.footernav
{
style:
"color: #6e49cb; font-size: 14px; line-height: 20px; font-family: 'Source Sans Pro', helvetica, arial, sans-serif; color:#424242;"
}
=
@message
.
unsubscribe
.
html_safe
app/views/notify/in_product_marketing_email.html.haml
View file @
6ca063e4
This diff is collapsed.
Click to expand it.
lib/gitlab/email/message/in_product_marketing/base.rb
View file @
6ca063e4
...
...
@@ -88,29 +88,6 @@ module Gitlab
end
end
def
address
s_
(
'InProductMarketing|%{strong_start}GitLab Inc.%{strong_end} 268 Bush Street, #350, San Francisco, CA 94104, USA'
).
html_safe
%
strong_options
end
def
footer_links
links
=
[
[
s_
(
'InProductMarketing|Blog'
),
'https://about.gitlab.com/blog'
],
[
s_
(
'InProductMarketing|Twitter'
),
'https://twitter.com/gitlab'
],
[
s_
(
'InProductMarketing|Facebook'
),
'https://www.facebook.com/gitlab'
],
[
s_
(
'InProductMarketing|YouTube'
),
'https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg'
]
]
case
format
when
:html
links
.
map
do
|
text
,
link
|
ActionController
::
Base
.
helpers
.
link_to
(
text
,
link
)
end
else
'| '
+
links
.
map
do
|
text
,
link
|
[
text
,
link
].
join
(
' '
)
end
.
join
(
"
\n
| "
)
end
end
def
logo_path
[
"mailers/in_product_marketing"
,
"
#{
track
}
-
#{
series
}
.png"
].
join
(
'/'
)
end
...
...
lib/gitlab/email/message/in_product_marketing/helper.rb
View file @
6ca063e4
...
...
@@ -8,6 +8,29 @@ module Gitlab
include
ActionView
::
Context
include
ActionView
::
Helpers
::
TagHelper
def
footer_links
links
=
[
[
s_
(
'InProductMarketing|Blog'
),
'https://about.gitlab.com/blog'
],
[
s_
(
'InProductMarketing|Twitter'
),
'https://twitter.com/gitlab'
],
[
s_
(
'InProductMarketing|Facebook'
),
'https://www.facebook.com/gitlab'
],
[
s_
(
'InProductMarketing|YouTube'
),
'https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg'
]
]
case
format
when
:html
links
.
map
do
|
text
,
link
|
ActionController
::
Base
.
helpers
.
link_to
(
text
,
link
)
end
else
'| '
+
links
.
map
do
|
text
,
link
|
[
text
,
link
].
join
(
' '
)
end
.
join
(
"
\n
| "
)
end
end
def
address
s_
(
'InProductMarketing|%{strong_start}GitLab Inc.%{strong_end} 268 Bush Street, #350, San Francisco, CA 94104, USA'
).
html_safe
%
strong_options
end
private
def
list
(
array
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment