Skip to content

Commit

Permalink
Fix about link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronCinNZ committed Jun 25, 2024
1 parent de17f11 commit 676470b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
class="nav navbar-nav gn-menu-xs"
></ul>
<li data-ng-repeat-end=""></li>
<li data-ng-if="gnCfg.helpPage">
<a href="{{ gnCfg.helpPage }}" class="gn-menuheader-xs" role="button">
<i class="fa fa-fw fa-question"></i>&nbsp;<span translate>about</span>
</a>
</li>
</ul>
<div class="navbar-right">
<ul gn-signin-menu=""></ul>
Expand Down
2 changes: 1 addition & 1 deletion web-ui/src/main/resources/catalog/js/CatController.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
regexp: "^((?:/.+)?)+/.+/[a-z]{2,3}/.+",
default: "/geonetwork"
},
helpPage: "",
helpPage: "https://antarcticanz.github.io/antcat",
mods: {
global: {
humanizeDates: true,
Expand Down
9 changes: 2 additions & 7 deletions web-ui/src/main/resources/catalog/templates/top-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,8 @@
<li gn-map-menu="" />
<li gn-contribute-menu="" />
<li gn-admin-menu="" />
<li>
<a
data-ng-if="gnCfg.helpPage"
href="{{ gnCfg.helpPage }}"
class="gn-menuheader-xs"
role="button"
>
<li data-ng-if="gnCfg.helpPage">
<a href="{{ gnCfg.helpPage }}" class="gn-menuheader-xs" role="button">
<i class="fa fa-fw fa-question"></i>&nbsp;<span translate>about</span>
</a>
</li>
Expand Down

0 comments on commit 676470b

Please sign in to comment.