Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 26, 2019 19:38
Embed
What would you like to do?
<div th:classappend="'alert-' + (${clase != null} ? ${clase} : info)" th:if="${mensaje != null}"
th:text="${mensaje}"
class="alert">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment