Skip to content

Commit

Permalink
add link to test.geocat.ch (datahub) in menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
“benoitregamey” committed Dec 4, 2023
1 parent 0c6bad4 commit 128a946
Showing 1 changed file with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
data-gn-active-tb-item="{{isExternalViewerEnabled ? externalViewerUrl : gnCfg.mods.map.appUrl}}"
title="{{'map' | translate}}"
>
<span class="fa fa-fw fa-globe hidden-sm"></span>
<span translate>makeYourMap</span>
<span class="fa fa-fw fa-globe"></span>
<span class="hidden-sm" translate>makeYourMap</span>
<span data-gnv-layer-indicator="viewer" />
</a>
</li>
Expand Down Expand Up @@ -203,6 +203,19 @@
<span class="hidden-sm" translate>documentation</span>
</a>
</li>
<li class="gn-menuitem-xs" data-ng-show="!authenticated || !user.isEditorOrMore()">
<a
href="https://test.geocat.ch/datahub/news/"
target="_blank"
title="{{'testGeocatLinkTooltip' | translate}}"
>
<span style="color: #ffaf5e;"
onmouseover="this.style.color='black'" onmouseout="this.style.color='#ffaf5e'"
translate>
testGeocatLink
</span>
</a>
</li>
<!-- end Geocat specific -->
<li gn-static-pages-list-viewer data-section="top" data-language="{{lang}}" />
</ul>
Expand Down

0 comments on commit 128a946

Please sign in to comment.