Feature #30822
Show Gravatar icons in email notifications
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | Candidate for next major release | |||
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.
History
#1
Updated by Mizuki ISHIKAWA almost 2 years ago
- File mail_with_gravatar_icon.png added
- File feature-30822.patch
added
I attached a patch to realize this feature.
html mail:
#2
Updated by Go MAEDA almost 2 years ago
- Target version set to Candidate for next major release
#3
Updated by Go MAEDA almost 2 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?