Commit 0e44039e527611b215e2edfff08651f35a1536cf
Exists in
spb-stable
and in
3 other branches
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,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 |