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: c2eb6b6802442b3afa0e193a2768bee1b3bbef46 (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_footer_logo.gif') }
      %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'