Commit 0e44039e527611b215e2edfff08651f35a1536cf

Authored by Dmitriy Zaporozhets
2 parents 98ed1ecc 62b227b2

Merge pull request #6395 from dpursehouse/grammar-fixes

Fix another instance of "created at"
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 2 Deploy key:
3 3 = @key.title
4 4 %small
5   - created at
  5 + created on
6 6 = @key.created_at.stamp("Aug 21, 2011")
7 7 .back-link
8 8 = link_to project_deploy_keys_path(@project) do
... ...