Skip to content

Commit 662c168

Browse files
committed
Revert "Remove link to room management"
This reverts commit 2df25d1
1 parent 2df25d1 commit 662c168

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/webapp/WEB-INF/views/_header.jsp

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
href="${spring:mvcUrl('AC#listReservations').build()}">
5050
<spring:message code="allReservations"/>
5151
</a>
52+
<a class="dropdown-item"
53+
href="${spring:mvcUrl('RC#listRooms').build()}">
54+
<spring:message code="manageRooms"/>
55+
</a>
5256
<div class="dropdown-divider"></div>
5357
</security:authorize>
5458
<form:form action="${pageContext.request.contextPath}/logout">

0 commit comments

Comments
 (0)