fix: clean project and make it works
This commit is contained in:
@ -13,21 +13,26 @@ div.content-box__info
|
||||
sib-form.form-edit(
|
||||
bind-resources
|
||||
|
||||
fields='fieldset-info, block-project__info(name, description), fieldset-fee)'
|
||||
fields='status, block-project__info(customer.name, name), description'
|
||||
|
||||
label-status='Statut du canal*'
|
||||
widget-status='hubl-status'
|
||||
class-status='form-label is-light is-full-width member-select color'
|
||||
|
||||
class-name='form-label is-light is-half-width'
|
||||
class-description='form-label is-light is-full-width'
|
||||
label-fieldset-info=''
|
||||
label-name='Nom du projet*'
|
||||
class-name='form-label is-light is-half-width'
|
||||
|
||||
label-customer.name='Nom du client*'
|
||||
class-customer.name='form-label is-light is-half-width'
|
||||
|
||||
label-description='Description du projet'
|
||||
widget-fieldset-info='hubl-fieldset-title'
|
||||
class-description='form-label is-light is-full-width'
|
||||
widget-description='sib-form-textarea'
|
||||
|
||||
class-fieldset-fee='fieldset'
|
||||
label-fieldset-fee='Contributions'
|
||||
widget-fieldset-fee='hubl-fieldset-title'
|
||||
partial=""
|
||||
|
||||
submit-button='Enregistrer'
|
||||
next='project-information'
|
||||
)
|
||||
|
||||
h2 Liste des membres :
|
||||
@ -48,8 +53,8 @@ div.content-box__info
|
||||
.table
|
||||
|
||||
div.table-header.grey-color
|
||||
div Nom
|
||||
div Accès
|
||||
div.w66 Nom
|
||||
div.w33 Accès
|
||||
|
||||
//-class='table-body'
|
||||
sib-display(
|
||||
|
Reference in New Issue
Block a user