diff options
author | Sean McGivern <sean@gitlab.com> | 2016-05-12 16:06:14 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-05-17 13:23:17 +0100 |
commit | a9977f2b7a39d57d0633714616b4653aca103993 (patch) | |
tree | 40a8cb2fad0e80a01b056afe8be70c2b82f33b5e /app/views/layouts/notify.html.haml | |
parent | 28eea9bdfd0b28ad044f76bd4fcf988329ca9921 (diff) | |
download | gitlab-ce-a9977f2b7a39d57d0633714616b4653aca103993.tar.gz |
Syntax-highlight diffs in push emails17464-backport-email-syntax-highlighting
Based on:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
Diffstat (limited to 'app/views/layouts/notify.html.haml')
-rw-r--r-- | app/views/layouts/notify.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml index 2997f59d946..dde2e2889dc 100644 --- a/app/views/layouts/notify.html.haml +++ b/app/views/layouts/notify.html.haml @@ -4,6 +4,7 @@ %title GitLab = stylesheet_link_tag 'notify' + = yield :head %body %div.content = yield |