gitlab-org--gitlab-foss/app/views/layouts/notify.html.haml

32 lines
815 B
Plaintext
Raw Normal View History

%html{lang: "en"}
2011-10-08 21:36:38 +00:00
%head
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
2011-10-08 21:36:38 +00:00
%title
GitLab
:css
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
#{add_email_highlight_css}
2013-03-12 08:46:04 +00:00
%body
%div.content
= yield
%div.footer{style: "margin-top: 10px;"}
%p
\—
%br
- if @target_url
2014-03-31 10:24:55 +00:00
#{link_to "View it on GitLab", @target_url}
2014-11-12 10:59:57 +00:00
= email_action @target_url
- if @project
You're receiving this notification because you are a member of the #{link_to_unless @target_url, @project.name_with_namespace, namespace_project_url(@project.namespace, @project)} project team.