Commit 62b227b2f359c168447d24d1c099fa174329fcc9

Authored by David Pursehouse
1 parent 71e7bff1

Fix another instance of "created at"

Replace it with "created on".

Change-Id: Ibd26bf82d2e64f142a4f3be6da7701e5b035602f
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/deploy_keys/show.html.haml
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 Deploy key: 2 Deploy key:
3 = @key.title 3 = @key.title
4 %small 4 %small
5 - created at 5 + created on
6 = @key.created_at.stamp("Aug 21, 2011") 6 = @key.created_at.stamp("Aug 21, 2011")
7 .back-link 7 .back-link
8 = link_to project_deploy_keys_path(@project) do 8 = link_to project_deploy_keys_path(@project) do