fixup! webmodel make warning an element
This commit is contained in:
parent
826585bf46
commit
dd0e968439
@ -1,5 +1,9 @@
|
|||||||
<%- if self.content then -%>
|
<%- 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%>
|
<%=self.content%>
|
||||||
</div>
|
</div>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
Loading…
Reference in New Issue
Block a user