summaryrefslogtreecommitdiff
path: root/app/views/notify/new_ssh_key_email.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 20:00:41 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 20:00:41 +0200
commita3cdaeef6654edac27a07fac8189c581977827e5 (patch)
tree4b73e8662e5e03bbe19d2cf3ebb7db4b50f5ec55 /app/views/notify/new_ssh_key_email.html.haml
parent52d3fa191f570ddfad4549e848f45d90327e3df6 (diff)
downloadgitlab-ce-a3cdaeef6654edac27a07fac8189c581977827e5.tar.gz
refactor emails a bit. Add email on ssh key creation
Diffstat (limited to 'app/views/notify/new_ssh_key_email.html.haml')
-rw-r--r--app/views/notify/new_ssh_key_email.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/notify/new_ssh_key_email.html.haml b/app/views/notify/new_ssh_key_email.html.haml
new file mode 100644
index 00000000000..57f4297e6cb
--- /dev/null
+++ b/app/views/notify/new_ssh_key_email.html.haml
@@ -0,0 +1,10 @@
+%p
+ Hi #{@user.name}!
+%p
+ A new public key was added to your account:
+%p
+ title:
+ %code= @key.title
+%p
+ If this key was added in error, you can remove here:
+ = link_to "SSH Keys", keys_url