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
urgi-is
FAIDARE
Commits
8a95a386
Commit
8a95a386
authored
Sep 22, 2021
by
Jean-Baptiste Nizet
Browse files
fix: user inrae instead of inra in link URLs
parent
fa5bb260
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/src/main/java/fr/inra/urgi/faidare/web/thymeleaf/FaidareExpressions.java
View file @
8a95a386
...
...
@@ -42,16 +42,16 @@ public class FaidareExpressions {
private
static
List
<
NavbarEntry
>
createNavbarEntries
()
{
return
Arrays
.
asList
(
NavbarEntry
.
menu
(
"URGI"
,
Arrays
.
asList
(
NavbarEntry
.
link
(
"Home"
,
"https://urgi.versailles.inra.fr"
),
NavbarEntry
.
link
(
"News"
,
"https://urgi.versailles.inra.fr/About-us/News"
),
NavbarEntry
.
link
(
"About us"
,
"https://urgi.versailles.inra.fr/About-us"
)
NavbarEntry
.
link
(
"Home"
,
"https://urgi.versailles.inra
e
.fr"
),
NavbarEntry
.
link
(
"News"
,
"https://urgi.versailles.inra
e
.fr/About-us/News"
),
NavbarEntry
.
link
(
"About us"
,
"https://urgi.versailles.inra
e
.fr/About-us"
)
)),
NavbarEntry
.
menu
(
"More..."
,
Arrays
.
asList
(
NavbarEntry
.
link
(
"About"
,
"https://urgi.versailles.inrae.fr/faidare/about"
),
NavbarEntry
.
link
(
"Join us"
,
"https://urgi.versailles.inra.fr/faidare/join"
),
NavbarEntry
.
link
(
"Terms of use"
,
"https://urgi.versailles.inra.fr/faidare/legal"
),
NavbarEntry
.
link
(
"Help"
,
"https://urgi.versailles.inra.fr/faidare/help"
),
NavbarEntry
.
link
(
"News/Perspectives"
,
"https://urgi.versailles.inra.fr/faidare/news"
)
NavbarEntry
.
link
(
"Join us"
,
"https://urgi.versailles.inra
e
.fr/faidare/join"
),
NavbarEntry
.
link
(
"Terms of use"
,
"https://urgi.versailles.inra
e
.fr/faidare/legal"
),
NavbarEntry
.
link
(
"Help"
,
"https://urgi.versailles.inra
e
.fr/faidare/help"
),
NavbarEntry
.
link
(
"News/Perspectives"
,
"https://urgi.versailles.inra
e
.fr/faidare/news"
)
))
);
}
...
...
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