-
- Downloads
Merge branch 'fix/ci-emails-broken-link' into 'master'
Fix broken link in CI build notification emails Closes #13199 See merge request !2785
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/mailers/emails/builds.rb 7 additions, 6 deletionsapp/mailers/emails/builds.rb
- app/views/notify/build_fail_email.html.haml 2 additions, 1 deletionapp/views/notify/build_fail_email.html.haml
- app/views/notify/build_success_email.html.haml 1 addition, 1 deletionapp/views/notify/build_success_email.html.haml
- spec/mailers/emails/builds_spec.rb 65 additions, 0 deletionsspec/mailers/emails/builds_spec.rb
- spec/mailers/emails/profile_spec.rb 107 additions, 0 deletionsspec/mailers/emails/profile_spec.rb
- spec/mailers/notify_spec.rb 2 additions, 271 deletionsspec/mailers/notify_spec.rb
- spec/mailers/shared/notify.rb 117 additions, 0 deletionsspec/mailers/shared/notify.rb
spec/mailers/emails/builds_spec.rb
0 → 100644
spec/mailers/emails/profile_spec.rb
0 → 100644
spec/mailers/shared/notify.rb
0 → 100644
Please register or sign in to comment