Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
c0f325c4
Commit
c0f325c4
authored
Aug 21, 2018
by
Petter Goksøyr Åsen
Browse files
patron-client: display volum info on periodical checkouts
parent
462318c3
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
redef/patron-client/src/frontend/containers/UserLoans.js
View file @
c0f325c4
...
...
@@ -373,7 +373,7 @@ class UserLoans extends React.Component {
<
/div
>
<
div
className
=
"
flex-col entry-details
"
>
<
Link
className
=
{(
item
.
isPurresak
&&
item
.
returnedDate
)
?
'
publication-title-disabled
'
:
'
publication-title
'
}
to
=
{
item
.
relativePublicationPath
}
data
-
automation
-
id
=
"
UserLoans_loan_title
"
>
{
item
.
title
}
{
item
.
volinfo
?
`
${
item
.
title
}
(
${
item
.
volinfo
}
)`
:
item
.
title
}
<
/Link
>
<
h2
>
{
this
.
renderMainContributors
(
item
)}
<
/h2
>
<
h2
>
{
this
.
renderPublishedDate
(
item
.
publicationYear
)}
<
/h2
>
...
...
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