Merge branch 'reply-by-email-inline-diff' into 'master'
Email on push inline diff Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3087 and https://gitlab.com/gitlab-org/gitlab-ce/issues/12821 I will backport 16745c1bb386443d8ea3395d23048b1d40ea0b56 and 92c2effbb334246bfed15a0fd78a58f1cfc8be34 to CE. In a regular browser: ![Screen_Shot_2016-01-28_at_18.11.36](/uploads/662106793138493165e532ebe575b5f1/Screen_Shot_2016-01-28_at_18.11.36.png) In Gmail (in Chrome): ![chromegmailnew-vertical-allowed-1366-1](/uploads/7887d702577a16056ba8585220d50e04/chromegmailnew-vertical-allowed-1366-1.png) Gmail doesn't like monospace fonts, apparently, but that's acceptable. See merge request !151
Showing
... | ... | @@ -229,6 +229,8 @@ gem "gitlab-license", "~> 0.0.4" |
# Sentry integration | ||
gem 'sentry-raven', '~> 0.15' | ||
gem 'premailer-rails', '~> 1.9.0' | ||
# Metrics | ||
group :metrics do | ||
gem 'allocations', '~> 1.0', require: false, platform: :mri | ||
... | ... |
Please register or sign in to comment