2017-09-10 17:25:29 +05:30
|
|
|
- if Gitlab.com?
|
|
|
|
- content_for :additional_footer do
|
|
|
|
%tr
|
|
|
|
%td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:1.6;color:#5c5c5c;" }
|
|
|
|
%div
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Everyone can contribute')
|
2017-09-10 17:25:29 +05:30
|
|
|
%div
|
2018-11-18 11:00:15 +05:30
|
|
|
= link_to _('Blog'), 'https://about.gitlab.com/blog/', style: "color:#3777b0;text-decoration:none;"
|
2017-09-10 17:25:29 +05:30
|
|
|
·
|
2018-11-18 11:00:15 +05:30
|
|
|
= link_to _('Twitter'), 'https://twitter.com/gitlab', style: "color:#3777b0;text-decoration:none;"
|
2017-09-10 17:25:29 +05:30
|
|
|
·
|
2018-11-18 11:00:15 +05:30
|
|
|
= link_to _('Facebook'), 'https://www.facebook.com/gitlab/', style: "color:#3777b0;text-decoration:none;"
|
2017-09-10 17:25:29 +05:30
|
|
|
·
|
2018-11-18 11:00:15 +05:30
|
|
|
= link_to _('YouTube'), 'https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg', style: "color:#3777b0;text-decoration:none;"
|
2017-09-10 17:25:29 +05:30
|
|
|
·
|
2018-11-18 11:00:15 +05:30
|
|
|
= link_to _('LinkedIn'), 'https://www.linkedin.com/company/gitlab-com', style: "color:#3777b0;text-decoration:none;"
|
2017-09-10 17:25:29 +05:30
|
|
|
|
|
|
|
= render layout: 'layouts/mailer' do
|
|
|
|
%tr
|
|
|
|
%td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#333333;font-size:15px;font-weight:400;line-height:1.4;padding:15px 5px;text-align:center;" }
|
|
|
|
= yield
|