Actions
Feature #30822
openShow Gravatar icons in email notifications
Status:
New
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Currently, Gravatar icons are shown in Web UI when Setting.gravatar_enabled?
is true
but not shown at all in email notifications.
Icons are really useful to quickly understand the author, assignee, and the user who updated the issue. I think it would be a nice improvement of UX if Gravatar icons are shown in emails as well.
Files
Updated by Mizuki ISHIKAWA over 5 years ago
- File mail_with_gravatar_icon.png mail_with_gravatar_icon.png added
- File feature-30822.patch feature-30822.patch added
I attached a patch to realize this feature.
html mail:
Updated by Go MAEDA over 5 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 5 years ago
Mizuki ISHIKAWA wrote:
I attached a patch to realize this feature.
Thanks. Do you think it is possible to move the style for the icon from app/helpers/application_helper.rb to app/views/layouts/mailer.html.erb, instead of using inline styles?
Actions