8 lines
288 B
Text
8 lines
288 B
Text
= content_for :footer do
|
|
%tr.footer
|
|
%td
|
|
%img.footer-logo{ alt: "GitLab", src: image_url('mailers/gitlab_logo_black_text.png') }
|
|
%div
|
|
= notification_reason_text(show_manage_notifications_link: true, show_help_link: true, format: :html)
|
|
|
|
= render 'layouts/mailer'
|