Email notification footer is collapsed in some email clients
Some email clients, such as Gmail/Google Inbox collapse the footer of GitLab emails. Instead of seeing 'View it on GitLab...' you see three little dots. Only if you click the three dots does the footer expand and give the user a link to jump to GitLab.
We should try to determine what caused the email client to collapse the footer - is it the div
, the footer
class, or other?
Should we redesign the emails a little. Can links be in the body rather than just in the footer?
Example notification as it is intended to be viewed:
Merge Request #525 was closed by Robert Speicher
—
View it on GitLab You're receiving this notification because you are a member of the GitLab.org / GitLab Community Edition project team.
Example of how Google Inbox shows it:
Merge Request #525 was closed by Robert Speicher
…
I realize this isn't really a GitLab bug, but it's something we should work around to prevent user confusion.