From 62b227b2f359c168447d24d1c099fa174329fcc9 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 24 Feb 2014 16:37:36 +0900 Subject: [PATCH] Fix another instance of "created at" Replace it with "created on". Change-Id: Ibd26bf82d2e64f142a4f3be6da7701e5b035602f --- app/views/projects/deploy_keys/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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