mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
Don't remove IDs via premailer
This makes it easier to debug style rules.
This commit is contained in:
@@ -3,6 +3,6 @@ Premailer::Rails.config.merge!(
|
||||
generate_text_part: false,
|
||||
preserve_styles: true,
|
||||
remove_comments: true,
|
||||
remove_ids: true,
|
||||
remove_ids: false,
|
||||
remove_scripts: false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user