Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
03dec79c
Commit
03dec79c
authored
Oct 22, 2013
by
David Pursehouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some more instances of "Created at"
"Created on" should be used when the timestamp is only a date.
parent
c2084639
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/admin/groups/show.html.haml
app/views/admin/groups/show.html.haml
+1
-1
app/views/profiles/keys/show.html.haml
app/views/profiles/keys/show.html.haml
+1
-1
app/views/projects/merge_requests/show/_mr_box.html.haml
app/views/projects/merge_requests/show/_mr_box.html.haml
+1
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
No files found.
app/views/admin/groups/show.html.haml
View file @
03dec79c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
=
@group
.
description
=
@group
.
description
%li
%li
%span
.light
Created
at
:
%span
.light
Created
on
:
%strong
%strong
=
@group
.
created_at
.
stamp
(
"March 1, 1999"
)
=
@group
.
created_at
.
stamp
(
"March 1, 1999"
)
...
...
app/views/profiles/keys/show.html.haml
View file @
03dec79c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
%span
.light
Title:
%span
.light
Title:
%strong
=
@key
.
title
%strong
=
@key
.
title
%li
%li
%span
.light
Created
at
:
%span
.light
Created
on
:
%strong
=
@key
.
created_at
.
stamp
(
"Aug 21, 2011"
)
%strong
=
@key
.
created_at
.
stamp
(
"Aug 21, 2011"
)
.span8
.span8
...
...
app/views/projects/merge_requests/show/_mr_box.html.haml
View file @
03dec79c
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
.ui-box-body
.ui-box-body
%div
%div
%cite
.cgray
%cite
.cgray
Created
at
#{
@merge_request
.
created_at
.
stamp
(
"Aug 21, 2011"
)
}
by
#{
link_to_member
(
@project
,
@merge_request
.
author
)
}
Created
on
#{
@merge_request
.
created_at
.
stamp
(
"Aug 21, 2011"
)
}
by
#{
link_to_member
(
@project
,
@merge_request
.
author
)
}
-
if
@merge_request
.
assignee
-
if
@merge_request
.
assignee
\, currently assigned to
#{
link_to_member
(
@project
,
@merge_request
.
assignee
)
}
\, currently assigned to
#{
link_to_member
(
@project
,
@merge_request
.
assignee
)
}
-
if
@merge_request
.
milestone
-
if
@merge_request
.
milestone
...
...
app/views/projects/show.html.haml
View file @
03dec79c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
%br
%br
.light-well
.light-well
%p
%p
%span
.light
Created
at
%span
.light
Created
on
#{
@project
.
created_at
.
stamp
(
'Aug 22, 2013'
)
}
#{
@project
.
created_at
.
stamp
(
'Aug 22, 2013'
)
}
%p
%p
%span
.light
Owned by
%span
.light
Owned by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment