Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mailer.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8452f0d99766a758a81170950765e087e159e429 (plain)
1
2
3
4
5
6
7
8
= 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'