fixup! model show warning only if content

This commit is contained in:
Maciej Krüger 2022-05-27 15:56:33 +02:00 committed by Alexander List
parent 6ace824580
commit ea410df1e9

View File

@ -1,3 +1,5 @@
<%- if self.content then -%>
<div class="gluon-warning"> <div class="gluon-warning">
<%=self.content%> <%=self.content%>
</div> </div>
<%- end -%>