fix #1365 hide olh link if empty

This commit is contained in:
Shinsuke Sugaya 2017-11-30 11:46:10 +09:00
parent cd906cb3cb
commit eada090af2

View file

@ -26,8 +26,10 @@
<li><a
href="${contextPath}/admin/scheduler/details/4/default_crawler"><i
class="fa fa-play-circle"></i></a></li>
<c:if test="${not empty helpLink}">
<li><a href="${helpLink}" target="_olh"><i
class="fa fa-question-circle"></i></a></li>
</c:if>
<li><a href="${contextPath}/logout"><i
class="fa fa-sign-out"></i></a></li>
</ul>