Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2014-02-24 11:37:36 +0400
committerDavid Pursehouse <david.pursehouse@gmail.com>2014-02-24 11:37:36 +0400
commit62b227b2f359c168447d24d1c099fa174329fcc9 (patch)
treef702a42e9fd6f3da21b48ccb4442c86234ff8c44 /app/views/projects/deploy_keys
parent71e7bff1eabd0c277a75910fd2975bfc7b95af2a (diff)
Fix another instance of "created at"
Replace it with "created on". Change-Id: Ibd26bf82d2e64f142a4f3be6da7701e5b035602f
Diffstat (limited to 'app/views/projects/deploy_keys')
-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