fixup! webmodel make warning an element

This commit is contained in:
Maciej Krüger 2022-05-28 08:53:04 +02:00 committed by Alexander List
parent 826585bf46
commit dd0e968439

View File

@ -1,5 +1,9 @@
<%- if self.content then -%>
<div class="gluon-warning">
<div class="gluon-warning"<%=
attr("id", id) ..
attr("data-index", self.index) ..
attr("data-depends", self:deplist(self.deps))
%>>
<%=self.content%>
</div>
<%- end -%>