Internal help: Only show link if user is admin

This commit is contained in:
François-Xavier Thomas
2020-02-12 21:41:47 +00:00
committed by jvoisin
parent 55f9a41673
commit 6df42736e6
@@ -64,6 +64,8 @@
<p><fmt:message key="help.logfile"><fmt:param value="${model.logFile}"/></fmt:message> </p>
<div class="forward"><a href="help.view?"><fmt:message key="common.refresh"/></a></div>
<c:if test="${model.user.adminRole}">
<div class="forward"><a href="internalhelp.view?"><fmt:message key="common.more"/></a></div>
</c:if>
</body></html>