Commit 0892e6d 1 parent 5d92423 commit 0892e6d Copy full SHA for 0892e6d
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
< div
3
3
class ="mx-auto flex items-center justify-center sm:justify-end gap-2 py-1 text-sm "
4
4
>
5
+ < a
6
+ class ="block hover:underline mr-4 "
7
+ [href] ="gnLinkGeneral "
8
+ target ="_blank "
9
+ > {{ 'datahub.header.geonetwork' | translate }}</ a
10
+ >
5
11
< a class ="block hover:underline mr-4 " [href] ="docLink " target ="_blank "> {{
6
12
'datahub.header.documentation' | translate
7
13
}}</ a >
8
- < a class ="block hover:underline " [href] ="gnLink " target ="_blank "> {{
14
+ < a class ="block hover:underline " [href] ="gnLinkAdmin " target ="_blank "> {{
9
15
'datahub.header.admin' | translate
10
16
}}</ a >
11
17
< gn-ui-language-switcher
Original file line number Diff line number Diff line change @@ -18,9 +18,15 @@ export class GeocatHeaderComponent {
18
18
} /home.html`
19
19
}
20
20
21
- get gnLink ( ) {
21
+ get gnLinkAdmin ( ) {
22
22
return `/geonetwork/srv/${
23
23
LANG_2_TO_3_MAPPER [ this . translate . currentLang ] || 'eng'
24
24
} /catalog.edit#/board`
25
25
}
26
+
27
+ get gnLinkGeneral ( ) {
28
+ return `/geonetwork/srv/${
29
+ LANG_2_TO_3_MAPPER [ this . translate . currentLang ] || 'eng'
30
+ } /catalog.search#/home`
31
+ }
26
32
}
You can’t perform that action at this time.
0 commit comments