Commit 03dec79c74f8f067258f26ed2cacc6353e9be401
1 parent
c2084639
Exists in
master
and in
4 other branches
Fix some more instances of "Created at"
"Created on" should be used when the timestamp is only a date.
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
app/views/admin/groups/show.html.haml
app/views/profiles/keys/show.html.haml
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | %span.light Title: | 8 | %span.light Title: |
9 | %strong= @key.title | 9 | %strong= @key.title |
10 | %li | 10 | %li |
11 | - %span.light Created at: | 11 | + %span.light Created on: |
12 | %strong= @key.created_at.stamp("Aug 21, 2011") | 12 | %strong= @key.created_at.stamp("Aug 21, 2011") |
13 | 13 | ||
14 | .span8 | 14 | .span8 |
app/views/projects/merge_requests/show/_mr_box.html.haml
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | .ui-box-body | 13 | .ui-box-body |
14 | %div | 14 | %div |
15 | %cite.cgray | 15 | %cite.cgray |
16 | - Created at #{@merge_request.created_at.stamp("Aug 21, 2011")} by #{link_to_member(@project, @merge_request.author)} | 16 | + Created on #{@merge_request.created_at.stamp("Aug 21, 2011")} by #{link_to_member(@project, @merge_request.author)} |
17 | - if @merge_request.assignee | 17 | - if @merge_request.assignee |
18 | \, currently assigned to #{link_to_member(@project, @merge_request.assignee)} | 18 | \, currently assigned to #{link_to_member(@project, @merge_request.assignee)} |
19 | - if @merge_request.milestone | 19 | - if @merge_request.milestone |
app/views/projects/show.html.haml
@@ -59,7 +59,7 @@ | @@ -59,7 +59,7 @@ | ||
59 | %br | 59 | %br |
60 | .light-well | 60 | .light-well |
61 | %p | 61 | %p |
62 | - %span.light Created at | 62 | + %span.light Created on |
63 | #{@project.created_at.stamp('Aug 22, 2013')} | 63 | #{@project.created_at.stamp('Aug 22, 2013')} |
64 | %p | 64 | %p |
65 | %span.light Owned by | 65 | %span.light Owned by |