Skip to content
Snippets Groups Projects
Commit 25b5c863 authored by BEAUVAIS ANTOINE's avatar BEAUVAIS ANTOINE
Browse files

Fixed navbar links.

parent e2d91514
Branches
1 merge request!39Registry date fix & navbar links
......@@ -4,9 +4,9 @@
<body>
<div class="topnav" id="topNavBar" th:fragment="topNavBar">
<a href="/" th:text="#{application.name}"></a>
<a href="#products" class="active" th:text="#{web.ui.products}"></a>
<a href="#registry" th:text="#{web.ui.registry}"></a>
<a href="#documents" th:text="#{web.ui.documents}"></a>
<a href="/products" class="active" th:text="#{web.ui.products}"></a>
<a href="/registry" th:text="#{web.ui.registry}"></a>
<a href="/documents" th:text="#{web.ui.documents}"></a>
<a href="javascript:void(0);" class="icon" onclick="toggleNavBar()"></a>
</div>
</body>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment