Update layout.html

I have added the 'add owner' to the navbar but make sure to change the behavior of the 'add owner' in this file.. make it work as you want (e.g where to go when you click the button and so on)
This commit is contained in:
Bobzero 2023-09-12 08:56:35 +03:00 committed by GitHub
parent 4926e29270
commit fa9c92d14c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,12 @@
<span>Error</span>
</li>
<li
th:replace="~{::menuItem ('/addowners/new')}">
<span class="fa exclamation-triangle" aria-hidden="true"></span>
<span>Error</span>
</li>
</ul>
</div>
</div>