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
dariah
search-commons-views
Compare Revisions
98b4a7ae99e6a01dbbfc01a3b2727d8dac7501b7...70bf0de987331734a4d17199655e4f8658a5a25c
Commits (1)
441: Fix issues related to deployment of upcoming v4-release (OPENED)
· 70bf0de9
Gradl, Tobias
authored
Aug 26, 2021
Task-Url:
search#441
70bf0de9
Hide whitespace changes
Inline
Side-by-side
home/home.jsp
View file @
70bf0de9
...
...
@@ -17,15 +17,14 @@
<div
class=
"row"
>
<!-- Notifications -->
<div
id=
"notifications-area"
class=
"col-12 col-lg-10 offset-lg-1"
></div>
<c:if
test=
"
${
shortDesc
!=
null
||
extDesc
!=
null
}
"
>
<div
class=
"col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3"
>
<div
class=
"
service-description-container
col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3"
>
<c:if
test=
"
${
extDesc
!=
null
}
"
>
<button
id=
"btn-collapse-more-info"
class=
"btn btn-link float-right"
type=
"button"
data-toggle=
"collapse"
data-target=
"#collapseShowMore"
aria-expanded=
"false"
aria-controls=
"collapseShowMore"
>
<s:message
code=
"~eu.dariah.de.minfba.common.labels.more"
/>
</button>
</c:if>
<c:if
test=
"
${
ex
tDesc
!=
null
}
"
>
<c:if
test=
"
${
shor
tDesc
!=
null
}
"
>
${shortDesc}
</c:if>
<c:if
test=
"
${
extDesc
!=
null
}
"
>
...
...