[Backport] prevent interpolation in admin members section
parent
9e43442269
commit
6ef6e27562
|
@ -1,7 +1,7 @@
|
||||||
figure.avatar
|
figure.avatar
|
||||||
img(src!="<%- imgurl %>", alt!="<%- full_name %>")
|
img(src!="<%- imgurl %>", alt!="<%- full_name %>")
|
||||||
figcaption
|
figcaption
|
||||||
span.name <%- full_name %>
|
span.name(ng-non-bindable) <%- full_name %>
|
||||||
<% if (isOwner) { %>
|
<% if (isOwner) { %>
|
||||||
tg-svg(
|
tg-svg(
|
||||||
svg-icon="icon-badge",
|
svg-icon="icon-badge",
|
||||||
|
|
Loading…
Reference in New Issue