Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
eb4d2674
Commit
eb4d2674
authored
Aug 18, 2021
by
Gradl, Tobias
Browse files
441: Fix issues related to deployment of upcoming v4-release (OPENED)
Task-Url:
search#441
parent
6d4748c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
home/home.jsp
View file @
eb4d2674
...
...
@@ -21,7 +21,7 @@
<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"
>
<c:if
test=
"
${
extDesc
!=
null
}
"
>
<button
class=
"btn btn-link float-right"
type=
"button"
data-toggle=
"collapse"
data-target=
"#collapse
Exampl
e"
aria-expanded=
"false"
aria-controls=
"collapse
Exampl
e"
>
<button
id=
"btn-collapse-more-info"
class=
"btn btn-link float-right"
type=
"button"
data-toggle=
"collapse"
data-target=
"#collapse
ShowMor
e"
aria-expanded=
"false"
aria-controls=
"collapse
ShowMor
e"
>
<s:message
code=
"~eu.dariah.de.minfba.common.labels.more"
/>
</button>
</c:if>
...
...
@@ -29,7 +29,7 @@
${shortDesc}
</c:if>
<c:if
test=
"
${
extDesc
!=
null
}
"
>
<div
class=
"collapse"
id=
"collapse
Exampl
e"
>
<div
class=
"collapse"
id=
"collapse
ShowMor
e"
>
${extDesc}
</div>
</c:if>
...
...
Write
Preview
Supports
Markdown
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