mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
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:
parent
4926e29270
commit
fa9c92d14c
1 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,12 @@
|
||||||
<span>Error</span>
|
<span>Error</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li
|
||||||
|
th:replace="~{::menuItem ('/addowners/new')}">
|
||||||
|
<span class="fa exclamation-triangle" aria-hidden="true"></span>
|
||||||
|
<span>Error</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue