2021-01-29 00:20:46 +05:30
|
|
|
= content_for :footer do
|
|
|
|
%tr.footer
|
|
|
|
%td
|
2022-07-16 23:28:13 +05:30
|
|
|
%img.footer-logo{ alt: "GitLab", src: image_url('mailers/gitlab_logo_black_text.png') }
|
2021-01-29 00:20:46 +05:30
|
|
|
%div
|
2022-08-13 15:12:31 +05:30
|
|
|
= notification_reason_text(show_manage_notifications_link: true, show_help_link: true, format: :html)
|
2021-01-29 00:20:46 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'layouts/mailer'
|