Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Website
Commits
64d108d8
Commit
64d108d8
authored
Feb 27, 2019
by
Matija Obreza
Browse files
Display data provider with FaoInstitute
parent
5092f56b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/institutes/ui/DisplayPage.tsx
View file @
64d108d8
...
...
@@ -150,6 +150,11 @@ class DisplayPage extends React.Component<IDisplayPageProps, any> {
<
a
href
=
{
institute
.
details
.
url
}
>
{
institute
.
details
.
url
}
</
a
>
</
PropertiesItem
>
}
{
institute
.
details
.
owner
&&
<
PropertiesItem
title
=
{
t
(
'
accessions.public.p.display.partner
'
)
}
>
<
b
>
{
institute
.
details
.
owner
.
shortName
}
</
b
>
{
institute
.
details
.
owner
.
name
}
</
PropertiesItem
>
}
<
PropertiesItem
title
=
{
t
(
'
institutes.common.accessionsInGenesys
'
)
}
>
<
a
onClick
=
{
this
.
applyInstituteCodeFilter
}
><
Number
value
=
{
institute
.
details
.
accessionCount
}
/></
a
>
</
PropertiesItem
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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