We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df25d1 commit 662c168Copy full SHA for 662c168
src/main/webapp/WEB-INF/views/_header.jsp
@@ -49,6 +49,10 @@
49
href="${spring:mvcUrl('AC#listReservations').build()}">
50
<spring:message code="allReservations"/>
51
</a>
52
+ <a class="dropdown-item"
53
+ href="${spring:mvcUrl('RC#listRooms').build()}">
54
+ <spring:message code="manageRooms"/>
55
+ </a>
56
<div class="dropdown-divider"></div>
57
</security:authorize>
58
<form:form action="${pageContext.request.contextPath}/logout">
0 commit comments