gui: Fix profile
parent
98966b8e36
commit
940b9e92bb
Binary file not shown.
|
@ -7,7 +7,6 @@
|
|||
<body>
|
||||
<div th:replace="~{_header :: header(activePage=${home})}"></div>
|
||||
<div>
|
||||
|
||||
<h2>Profile</h2>
|
||||
<ul>
|
||||
<li th:text="${employee.formOfAddress.description}">Form of Address</li>
|
||||
|
@ -29,9 +28,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div th:replace="~{_footer :: footer}"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue