Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xpub
xpub-epmc
Commits
4ce34b30
Commit
4ce34b30
authored
May 30, 2019
by
ahamelers
Browse files
added target blank to some links
parent
9278726e
Pipeline
#12818
passed with stages
in 5 minutes and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/components/Footer.jsx
View file @
4ce34b30
...
...
@@ -39,11 +39,18 @@ const Footer = () => (
</
LeftSide
>
<
RightSide
>
<
div
>
<
A
href
=
"https://europepmc.org/"
>
Europe PMC
</
A
>
<
A
href
=
"https://www.ebi.ac.uk/data-protection/privacy-notice/europe-pmc-plus"
>
<
A
href
=
"https://europepmc.org/"
target
=
"_blank"
>
Europe PMC
</
A
>
<
A
href
=
"https://www.ebi.ac.uk/data-protection/privacy-notice/europe-pmc-plus"
target
=
"_blank"
>
Privacy Notice
</
A
>
<
A
href
=
"https://europepmc.org/Accessibility"
>
Accessibility
</
A
>
<
A
href
=
"https://europepmc.org/Accessibility"
target
=
"_blank"
>
Accessibility
</
A
>
</
div
>
</
RightSide
>
</
Foot
>
...
...
app/components/citation-search/PubMedSearch.jsx
View file @
4ce34b30
...
...
@@ -329,6 +329,7 @@ class PubMedSearch extends React.Component {
<
Links
>
<
A
href
=
{
`https://europepmc.org/articles/
${
inPMC
.
pmcid
}
`
}
target
=
"_blank"
>
<
Icon
color
=
"currentColor"
>
arrow-right-circle
</
Icon
>
View this article on Europe PMC
...
...
app/components/manage-account/AccountDetails.jsx
View file @
4ce34b30
...
...
@@ -112,7 +112,10 @@ class AccountDetails extends React.Component {
<
div
>
<
Field
component
=
{
PublisherName
}
name
=
"publisher"
/>
<
p
>
<
A
href
=
"https://www.nihms.nih.gov/db/report_publs.cgi?system=ukmss&auth=publisher"
>
<
A
href
=
"https://www.nihms.nih.gov/db/report_publs.cgi?system=ukmss&auth=publisher"
target
=
"_blank"
>
Check the list
</
A
>
{
'
'
}
for expected ukmss publisher usernames
...
...
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