mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-28 22:16:15 +10:00
Backport premailer and diff changes from EE Backport part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !3318
8 lines
196 B
Ruby
8 lines
196 B
Ruby
# See https://github.com/fphilipe/premailer-rails#configuration
|
|
Premailer::Rails.config.merge!(
|
|
generate_text_part: false,
|
|
preserve_styles: true,
|
|
remove_comments: true,
|
|
remove_ids: true
|
|
)
|