-
- Downloads
refactor emails a bit. Add email on ssh key creation
Showing
- app/mailers/emails/issues.rb 25 additions, 0 deletionsapp/mailers/emails/issues.rb
- app/mailers/emails/merge_requests.rb 16 additions, 0 deletionsapp/mailers/emails/merge_requests.rb
- app/mailers/emails/notes.rb 31 additions, 0 deletionsapp/mailers/emails/notes.rb
- app/mailers/emails/projects.rb 18 additions, 0 deletionsapp/mailers/emails/projects.rb
- app/mailers/notify.rb 9 additions, 104 deletionsapp/mailers/notify.rb
- app/observers/key_observer.rb 3 additions, 0 deletionsapp/observers/key_observer.rb
- app/views/notify/new_ssh_key_email.html.haml 10 additions, 0 deletionsapp/views/notify/new_ssh_key_email.html.haml
- app/views/notify/new_ssh_key_email.text.erb 7 additions, 0 deletionsapp/views/notify/new_ssh_key_email.text.erb
- spec/mailers/notify_spec.rb 22 additions, 0 deletionsspec/mailers/notify_spec.rb
app/mailers/emails/issues.rb
0 → 100644
app/mailers/emails/merge_requests.rb
0 → 100644
app/mailers/emails/notes.rb
0 → 100644
app/mailers/emails/projects.rb
0 → 100644
app/views/notify/new_ssh_key_email.html.haml
0 → 100644
app/views/notify/new_ssh_key_email.text.erb
0 → 100644
Please register or sign in to comment