ui: update to 0.7
- dependancies updated - new favicon - html updated - clean up - css updated
This commit is contained in:
@ -17,3 +17,4 @@ sib-widget(name='customer-template')
|
||||
li(class='mdi-email-outline')
|
||||
a(href='mailto:${value.email}') ${value.email}
|
||||
li(class='mdi-cellphone-iphone') ${value.phone}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
sib-widget
|
||||
template
|
||||
sib-conversation(data-src="${value}", id-suffix="threads")
|
@ -1,6 +1,6 @@
|
||||
|
||||
sib-widget(name='team-template')
|
||||
template
|
||||
p ${value}
|
||||
sib-display(
|
||||
data-src="${value.user['@id']}"
|
||||
data-fields='account.picture',
|
||||
@ -14,18 +14,3 @@ sib-widget(name='team-template')
|
||||
multiple-name
|
||||
)
|
||||
span ${value.name}
|
||||
|
||||
//-
|
||||
include templates/template-groups.pug
|
||||
|
||||
sib-widget(name='team-template')
|
||||
template
|
||||
sib-display(
|
||||
data-src="${value.user['@id']}",
|
||||
data-fields='account.picture, name, groups',
|
||||
widget-account.picture='sib-display-img',
|
||||
widget-groups='groups-name',
|
||||
multiple-groups
|
||||
)
|
||||
span ${value.name}
|
||||
|
||||
|
Reference in New Issue
Block a user