debian-mirror-gitlab/app/views/layouts/unknown_user_mailer.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
426 B
Text
Raw Normal View History

2021-01-29 00:20:46 +05:30
= content_for :footer do
%tr.footer
%td.gitlab-info
2022-07-16 23:28:13 +05:30
%img.footer-logo{ alt: "GitLab", src: image_url('mailers/gitlab_logo_black_text.png') }
2021-01-29 00:20:46 +05:30
%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'