-
- Downloads
Add Username to Email From Header in Notifications
When replying to a notification from GitLab, it can be non-obvious as to how to ping the person I am responding to without looking for their username in Gitlab. By adding the username to the From header in the form of From: User Name (@user), it is much more clear as to how to ping a person in the response.
Showing
- app/mailers/notify.rb 1 addition, 1 deletionapp/mailers/notify.rb
- changelogs/unreleased/afontaine-add-username-to-email-from.yml 5 additions, 0 deletions...elogs/unreleased/afontaine-add-username-to-email-from.yml
- ee/spec/mailers/notify_spec.rb 8 additions, 6 deletionsee/spec/mailers/notify_spec.rb
- spec/mailers/emails/merge_requests_spec.rb 10 additions, 12 deletionsspec/mailers/emails/merge_requests_spec.rb
- spec/mailers/notify_spec.rb 28 additions, 64 deletionsspec/mailers/notify_spec.rb
- spec/services/notification_service_spec.rb 1 addition, 1 deletionspec/services/notification_service_spec.rb
- spec/support/shared_examples/mailers/notify_shared_examples.rb 1 addition, 1 deletion...support/shared_examples/mailers/notify_shared_examples.rb
Please register or sign in to comment