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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
9f4979dc
Commit
9f4979dc
authored
Feb 10, 2022
by
Rajat Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change opened to created
parent
57fb1e02
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/cycle_analytics/components/stage_table.vue
...ts/javascripts/cycle_analytics/components/stage_table.vue
+1
-1
ee/app/assets/javascripts/analytics/group_analytics/components/group_activity_card.vue
...lytics/group_analytics/components/group_activity_card.vue
+2
-2
ee/app/assets/javascripts/related_items_tree/components/tree_item_body.vue
...ascripts/related_items_tree/components/tree_item_body.vue
+1
-1
No files found.
app/assets/javascripts/cycle_analytics/components/stage_table.vue
View file @
9f4979dc
...
...
@@ -266,7 +266,7 @@ export default {
>
<span
class=
"gl-font-lg"
>
·
</span>
<span
data-testid=
"vsa-stage-event-date"
>
{{
s__
(
'
OpenedNDaysAgo|
Open
ed
'
)
}}
{{
s__
(
'
OpenedNDaysAgo|
Creat
ed
'
)
}}
<gl-link
class=
"gl-text-black-normal"
:href=
"item.url"
>
{{
item
.
createdAt
}}
</gl-link>
...
...
ee/app/assets/javascripts/analytics/group_analytics/components/group_activity_card.vue
View file @
9f4979dc
...
...
@@ -18,9 +18,9 @@ export default {
metrics
:
{
mergeRequests
:
{
value
:
null
,
label
:
s__
(
'
GroupActivityMetrics|Merge Requests
open
ed
'
),
label
:
s__
(
'
GroupActivityMetrics|Merge Requests
creat
ed
'
),
},
issues
:
{
value
:
null
,
label
:
s__
(
'
GroupActivityMetrics|Issues
open
ed
'
)
},
issues
:
{
value
:
null
,
label
:
s__
(
'
GroupActivityMetrics|Issues
creat
ed
'
)
},
newMembers
:
{
value
:
null
,
label
:
s__
(
'
GroupActivityMetrics|Members added
'
)
},
},
};
...
...
ee/app/assets/javascripts/related_items_tree/components/tree_item_body.vue
View file @
9f4979dc
...
...
@@ -102,7 +102,7 @@ export default {
return
this
.
isShowingLabels
&&
this
.
item
.
labels
?.
length
>
0
;
},
stateText
()
{
return
this
.
isOpen
?
__
(
'
Open
ed
'
)
:
__
(
'
Closed
'
);
return
this
.
isOpen
?
__
(
'
Creat
ed
'
)
:
__
(
'
Closed
'
);
},
stateIconName
()
{
if
(
this
.
item
.
type
===
ChildType
.
Epic
)
{
...
...
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