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

unknown_user_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: 7f0d1dc01dd46c1913a819340a5b47ad1c2a275d (plain)
1
2
3
4
5
6
7
8
= content_for :footer do
  %tr.footer
    %td.gitlab-info
      %img.footer-logo{ alt: "GitLab", src: image_url('mailers/gitlab_logo_black_text.png') }
      %p.gitlab-info-text
        = html_escape(_("GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate")) % { br_tag: '<br/>'.html_safe }

= render 'layouts/mailer'