Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Genesys Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
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
Genesys PGR
Genesys Website
Commits
12ca1de4
Commit
12ca1de4
authored
Mar 05, 2019
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated terminology for versioned subset
parent
c0db02e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
locales/en/translations.json
locales/en/translations.json
+3
-1
src/subsets/translations.json
src/subsets/translations.json
+3
-1
src/subsets/ui/c/SubsetCard.tsx
src/subsets/ui/c/SubsetCard.tsx
+3
-4
No files found.
locales/en/translations.json
View file @
12ca1de4
...
...
@@ -1993,7 +1993,9 @@
"license"
:
"License"
,
"creationDate"
:
"Creation date"
,
"source"
:
"Source"
,
"newVersionAvailable"
:
"Current version of the subset available"
"version"
:
"Version"
,
"newVersionLink"
:
"See current version of the subset"
,
"currentVersion"
:
"Current version"
},
"subsetDisplay"
:
{
"subsetCreators"
:
"Subset creators"
,
...
...
src/subsets/translations.json
View file @
12ca1de4
...
...
@@ -8,7 +8,9 @@
"license"
:
"License"
,
"creationDate"
:
"Creation date"
,
"source"
:
"Source"
,
"newVersionAvailable"
:
"Current version of the subset available"
"version"
:
"Version"
,
"newVersionLink"
:
"See current version of the subset"
,
"currentVersion"
:
"Current version"
},
"subsetDisplay"
:
{
"subsetCreators"
:
"Subset creators"
,
...
...
src/subsets/ui/c/SubsetCard.tsx
View file @
12ca1de4
...
...
@@ -71,8 +71,7 @@ const SubsetCard = (
{
`
${
t
(
'
accessions.common.modelName
'
,
{
count
:
subset
.
accessionCount
})}
`
}
{
subset
.
currentVersion
&&
<
span
className
=
"float-right"
>
{
t
(
'
subsets.public.c.subsetCard.newVersionAvailable
'
)
}
<
SubsetLink
uuid
=
{
subset
.
currentVersion
}
>
{
`
${
t
(
'
common:label.here
'
)}
`
}
</
SubsetLink
>
<
SubsetLink
uuid
=
{
subset
.
currentVersion
}
>
{
t
(
'
subsets.public.c.subsetCard.currentVersion
'
)
}
</
SubsetLink
>
</
span
>
}
<
DashboardCardDates
item
=
{
subset
}
/>
...
...
@@ -122,9 +121,9 @@ const SubsetCard = (
<
ExternalLink
link
=
{
subset
.
source
}
/>
</
PropertiesItem
>
}
{
subset
.
currentVersion
&&
<
PropertiesItem
classes
=
{
{
propertiesRow
:
classes
.
hasNewVersion
}
}
title
=
{
t
(
'
subsets.public.c.subsetCard.
newVersionAvailable
'
)
}
>
<
PropertiesItem
classes
=
{
{
propertiesRow
:
classes
.
hasNewVersion
}
}
title
=
{
t
(
'
subsets.public.c.subsetCard.
version
'
)
}
>
<
span
>
<
SubsetLink
uuid
=
{
subset
.
currentVersion
}
>
{
t
(
'
common:label.here
'
)
}
</
SubsetLink
>
<
SubsetLink
uuid
=
{
subset
.
currentVersion
}
>
{
t
(
'
subsets.public.c.subsetCard.newVersionLink
'
)
}
</
SubsetLink
>
</
span
>
</
PropertiesItem
>
}
...
...
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