improve ssh key emails

This commit is contained in:
Ben Bodenmiller 2014-10-12 05:19:10 -07:00
parent 45d9446978
commit 56ffa0fba4
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@
title:
%code= @key.title
%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

View File

@ -2,6 +2,6 @@ Hi <%= @user.name %>!
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 %>