Actions
Refactor #8797
closedSeparate style from the HTML in emails.
Description
Email templates contain style information inside the HTML.
It creates clutter in the erb files, and is difficult to track down when changing system style.
Consider using CSS to inline formatter, for example: [[https://www.ruby-toolbox.com/categories/Inline_CSS_for_E-Mail]]
Updated by Shimon Shtein almost 10 years ago
Forgot to mension an example file: app/views/audit_mailer/summary.html.erb
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2887 added
Updated by Stephen Benjamin about 9 years ago
- Related to Refactor #12403: Separate style from HTML in e-mails added
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 160
Updated by Amir Fefer over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a1506cabbac59429d6727d9e93a207d95437f960.
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #15847: URL helpers must be used in mailers added
Actions