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