commit
4b03ea06a3
|
@ -11,11 +11,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="banner-button-group" th:if="${not #strings.isEmpty(buttonUrl)}">
|
<div class="banner-button-group" th:if="${not #strings.isEmpty(buttonUrl)}">
|
||||||
<a class="banner-button" target="_blank" th:href="${buttonUrl}">
|
<a class="banner-button" target="_blank" th:href="${buttonUrl}">
|
||||||
<i class="fas fa-circle-chevron-right"></i>
|
<i class="haofont hao-icon-circle-arrow-right"></i>
|
||||||
<span class="banner-button-text" th:text="${buttonTitle}"></span>
|
<span class="banner-button-text" th:text="${buttonTitle}"></span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue