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
|
|
|
|
}
|
2015-02-25 08:37:15 -05:00
|
|
|
pre.commit-message {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2015-02-20 11:55:23 -05:00
|
|
|
.file-stats a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.file-stats .new-file {
|
|
|
|
color: #090;
|
|
|
|
}
|
|
|
|
.file-stats .deleted-file {
|
|
|
|
color: #B00;
|
2015-05-28 16:09:07 -04: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
|
2015-07-22 05:31:15 -04:00
|
|
|
—
|
2014-02-18 08:27:39 -05:00
|
|
|
%br
|
|
|
|
- if @target_url
|
2015-08-19 13:17:51 -04:00
|
|
|
- if @reply_by_email
|
|
|
|
Reply to this email directly or
|
|
|
|
#{link_to "view it on GitLab", @target_url}.
|
|
|
|
- else
|
2015-11-06 00:17:15 -05:00
|
|
|
#{link_to "View it on GitLab", @target_url}.
|
2015-10-18 09:24:04 -04:00
|
|
|
%br
|
2015-11-11 08:40:47 -05:00
|
|
|
-# Don't link the host is the line below, one link in the email is easier to quickly click than two.
|
2015-11-06 00:17:15 -05:00
|
|
|
You're receiving this email because of your account on #{Gitlab.config.gitlab.host}.
|
2015-10-18 09:24:04 -04:00
|
|
|
If you'd like to receive fewer emails, you can adjust your notification settings.
|
|
|
|
|
2015-11-11 08:40:47 -05:00
|
|
|
= email_action @target_url
|