Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
urgi-is
FAIDARE
Commits
951b746f
Commit
951b746f
authored
Sep 01, 2021
by
Exbrayat Cédric
Browse files
fix: typos and missing alt attribute
parent
31d52c26
Changes
2
Hide whitespace changes
Inline
Side-by-side
backend/src/main/resources/templates/fragments/institute.html
View file @
951b746f
...
...
@@ -11,7 +11,7 @@ Its unique argument (institute) is an InstituteVO
<th:block
th:fragment=
"institute(institute)"
>
<div
class=
"text-center py-2"
th:if=
"${institute.logo}"
>
<img
th:src=
"${institute.logo}"
/>
<img
th:src=
"${institute.logo}"
th:alt=
"${institute.instituteName}"
/>
</div>
<div
th:replace=
"fragments/row::text-row(label='Code', text=${institute.instituteCode})"
></div>
<div
th:replace=
"fragments/row::text-row(label='Acronym', text=${institute.acronym})"
></div>
...
...
backend/src/main/resources/templates/germplasm.html
View file @
951b746f
...
...
@@ -112,7 +112,7 @@
</div>
</th:block>
<th:block
th:unless=
"${#lists.isEmpty(model.germplasm.taxonSynonyms)}"
>
<div
th:replace=
"fragments/row::row(label='Taxon
common name
s', content=~{::#taxon-synonyms})"
>
<div
th:replace=
"fragments/row::row(label='Taxon
synonym
s', content=~{::#taxon-synonyms})"
>
<div
id=
"taxon-synonyms"
class=
"content-overflow"
th:text=
"${#strings.listJoin(model.germplasm.taxonSynonyms, ', ')}"
></div>
</div>
</th:block>
...
...
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