Skip to content
Snippets Groups Projects
Verified Commit cf6777ae authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

loaders for circle pages added

parent 430ab36d
No related branches found
No related tags found
2 merge requests!205Release/loaders,!203Feature/hubl 673
......@@ -46,6 +46,12 @@ div.content-box__info
solid-ac-checker(permission='acl:Write', bind-resources)
h1 Modifie ton cercle
div#loader-circle-edit.loader.loader-top
div
div
div
div
solid-form.form.button-register(
bind-resources
......@@ -99,6 +105,7 @@ div.content-box__info
class='table-body'
bind-resources
fields='members'
loader-id='loader-circle-edit'
multiple-members=''
widget-members='hubl-team-template-edit'
......
......@@ -7,10 +7,17 @@ solid-router(default-route='circle-profile', hidden)
.content-box__info.flex
div#loader-circle-profile.loader
div
div
div
div
.flex.space-between.with-padding.mobile-vertical-align
solid-display.mobile-margin__bottom(
bind-resources
fields='creationDateSet(title, creationDate)'
loader-id='loader-circle-profile'
class-title='word-spacing-right'
......@@ -74,6 +81,7 @@ solid-router(default-route='circle-profile', hidden)
solid-display.block(
bind-resources
fields='members'
loader-id='loader-circle-profile'
multiple-members=''
widget-members='hubl-circle-team-template'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment