Merge branch 'staging' into 'migrate-0.8'
# Conflicts: # src/dependencies.pug # src/scripts/index.js
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
sib-widget(name='hd-user-avatar')
|
||||
template
|
||||
img(name="${name}",src="\${value || '/images/alien.jpg'}",style="max-width:100%; max-height: 100%;")
|
||||
template ${value ? `<img src="${value}" style="max-width:100%; max-height: 100%;" />` : `<object type="image/svg+xml" data="/images/alien.svg")></object>`}
|
||||
|
Reference in New Issue
Block a user