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

27 lines
639 B
Plaintext
Raw Normal View History

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