summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-27 19:53:22 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-27 19:53:22 +0200
commit0e44039e527611b215e2edfff08651f35a1536cf (patch)
tree3010ede305553198450f58ac9b7ce8e1bd9c0cb5
parent98ed1ecc3b3b3a1cc3945e9072d34a48a051357e (diff)
parent62b227b2f359c168447d24d1c099fa174329fcc9 (diff)
downloadgitlab-ce-0e44039e527611b215e2edfff08651f35a1536cf.tar.gz
Merge pull request #6395 from dpursehouse/grammar-fixes
Fix another instance of "created at"
-rw-r--r--app/views/projects/deploy_keys/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deploy_keys/show.html.haml b/app/views/projects/deploy_keys/show.html.haml
index 67615e1781f..c66e6bc69c3 100644
--- a/app/views/projects/deploy_keys/show.html.haml
+++ b/app/views/projects/deploy_keys/show.html.haml
@@ -2,7 +2,7 @@
Deploy key:
= @key.title
%small
- created at
+ created on
= @key.created_at.stamp("Aug 21, 2011")
.back-link
= link_to project_deploy_keys_path(@project) do