fixup! webmodel warning support for title/description
This commit is contained in:
parent
2857f19351
commit
f1274a7242
@ -1,9 +1,14 @@
|
|||||||
<%- if self.content then -%>
|
<%- if self.title or self.content then -%>
|
||||||
<div class="gluon-warning"<%=
|
<div class="gluon-warning"<%=
|
||||||
attr("id", id) ..
|
attr("id", id) ..
|
||||||
attr("data-index", self.index) ..
|
attr("data-index", self.index) ..
|
||||||
attr("data-depends", self:deplist(self.deps))
|
attr("data-depends", self:deplist(self.deps))
|
||||||
%>>
|
%>>
|
||||||
|
<%- if self.content then -%>
|
||||||
<%=self.content%>
|
<%=self.content%>
|
||||||
|
<%- else -%>
|
||||||
|
<b><%=self.title%></b>
|
||||||
|
<%=self.description%>
|
||||||
|
<%- end -%>
|
||||||
</div>
|
</div>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
Loading…
Reference in New Issue
Block a user