Skip to content
Snippets Groups Projects
Commit 56ffa0fb authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

improve ssh key emails

parent 45d94469
No related branches found
No related tags found
No related merge requests found
Loading
@@ -6,5 +6,5 @@
Loading
@@ -6,5 +6,5 @@
title: title:
%code= @key.title %code= @key.title
%p %p
If this key was added in error, you can remove it here: If this key was added in error, you can remove it under
= link_to "SSH Keys", profile_keys_url = link_to "SSH Keys", profile_keys_url
Loading
@@ -2,6 +2,6 @@ Hi <%= @user.name %>!
Loading
@@ -2,6 +2,6 @@ Hi <%= @user.name %>!
   
A new public key was added to your account: A new public key was added to your account:
   
title.................. <%= @key.title %> Title: <%= @key.title %>
   
If this key was added in error, you can remove it here: <%= profile_keys_url %> If this key was added in error, you can remove it at <%= profile_keys_url %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment