summaryrefslogtreecommitdiff
path: root/app/views/layouts/mailer.html.haml
blob: 580b8e67a3c0fd997b596c20a29a0825f14c4f5d (plain)
1
2
3
4
5
6
7
8
9
10
= content_for :footer do
  %tr.footer
    %td
      %img.footer-logo{ alt: "GitLab", src: image_url('mailers/gitlab_logo_black_text.png') }
      %div
        - manage_notifications_link = link_to(_("Manage all notifications"), profile_notifications_url, class: 'mng-notif-link')
        - help_link = link_to(_("Help"), help_url, class: 'help-link')
        = _("You're receiving this email because of your account on %{host}. %{manage_notifications_link} · %{help_link}").html_safe % { host: Gitlab.config.gitlab.host, manage_notifications_link: manage_notifications_link, help_link: help_link }

= render 'layouts/mailer'