-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'unsubscribe-from-thread-from-email-footer' into 'master'
Unsubscribe from thread through link in email footer Closes #3437   See merge request !2068
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/sent_notifications_controller.rb 25 additions, 0 deletionsapp/controllers/sent_notifications_controller.rb
- app/mailers/emails/issues.rb 18 additions, 20 deletionsapp/mailers/emails/issues.rb
- app/mailers/emails/merge_requests.rb 21 additions, 34 deletionsapp/mailers/emails/merge_requests.rb
- app/mailers/emails/notes.rb 21 additions, 23 deletionsapp/mailers/emails/notes.rb
- app/mailers/notify.rb 2 additions, 3 deletionsapp/mailers/notify.rb
- app/models/concerns/issuable.rb 6 additions, 0 deletionsapp/models/concerns/issuable.rb
- app/models/sent_notification.rb 9 additions, 3 deletionsapp/models/sent_notification.rb
- app/views/layouts/notify.html.haml 6 additions, 2 deletionsapp/views/layouts/notify.html.haml
- config/routes.rb 6 additions, 0 deletionsconfig/routes.rb
- spec/controllers/sent_notification_controller_spec.rb 26 additions, 0 deletionsspec/controllers/sent_notification_controller_spec.rb
- spec/factories.rb 7 additions, 0 deletionsspec/factories.rb
- spec/mailers/notify_spec.rb 33 additions, 1 deletionspec/mailers/notify_spec.rb
Please register or sign in to comment