refactor emails a bit. Add email on ssh key creation
This commit is contained in:
parent
52d3fa191f
commit
a3cdaeef66
9 changed files with 141 additions and 104 deletions
7
app/views/notify/new_ssh_key_email.text.erb
Normal file
7
app/views/notify/new_ssh_key_email.text.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
Hi <%= @user.name %>!
|
||||
|
||||
A new public key was added to your account:
|
||||
|
||||
title.................. <%= @key.title %>
|
||||
|
||||
If this key was added in error, you can remove here: <%= keys_url %>
|
Loading…
Add table
Add a link
Reference in a new issue