web-model: info: dedup
This commit is contained in:
parent
459d8ad321
commit
93297c2d12
@ -1,19 +1,10 @@
|
|||||||
<%- if self.title then -%>
|
<%- if self.title or self.content then -%>
|
||||||
<div class="gluon-value"<%=
|
<%- if self.title -%>
|
||||||
attr("id", id) ..
|
|
||||||
attr("data-index", self.index) ..
|
|
||||||
attr("data-depends", self:deplist(self.deps))
|
|
||||||
%>>
|
|
||||||
<label class="gluon-value-title"><%=self.title%></label>
|
<label class="gluon-value-title"><%=self.title%></label>
|
||||||
|
|
||||||
<span class="gluon-value-field"><%=self.description%></span>
|
<span class="gluon-value-field"><%=self.description%></span>
|
||||||
</div>
|
</div>
|
||||||
<%- elseif self.content then -%>
|
<%- elseif self.content then -%>
|
||||||
<div class="gluon-value"<%=
|
|
||||||
attr("id", id) ..
|
|
||||||
attr("data-index", self.index) ..
|
|
||||||
attr("data-depends", self:deplist(self.deps))
|
|
||||||
%>>
|
|
||||||
<%=self.content%>
|
<%=self.content%>
|
||||||
</div>
|
<%- end -%>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
Loading…
Reference in New Issue
Block a user