fix: new classes added to admin-project-create

This commit is contained in:
gaelle morin 2020-06-15 20:12:57 +02:00
parent 985764874a
commit 052e325e15
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C

View File

@ -12,26 +12,23 @@ div.content-box__info.flex
naked
)
h1 Créer un nouveau projet
h1.centered Créer un nouveau projet
sib-form.form.button-register(
data-src=`${endpoints.projects || endpoints.post.projects}`
fields='status, line-1(customer.name, name), description, line-10(captain), logo'
fields='status, line-1(customer.name, name), description, line-2(captain), logo'
label-status='Statut du canal*'
widget-status='hubl-status'
class-status='form-label is-light is-full-width member-select color'
class-status='form-label is-light is-full-width'
label-description='Description du projet'
class-description='form-label is-light is-full-width'
class-description='form-label is-light is-full-width input-text-like'
widget-description='sib-form-textarea'
class-fieldset-captain='fieldset'
widget-fieldset-captain='hubl-template-project-title'
label-customer.name='Nom du client*'
class-customer.name='form-label is-light is-half-width'
class-customer.name='form-label is-light is-half-width input-text-like'
label-name='Nom du projet*'
class-name='form-label is-light is-half-width input-text-like'
@ -43,7 +40,7 @@ div.content-box__info.flex
widget-logo="sib-form-file"
label-logo="Télécharger un logo"
class-logo='form-label is-light is-full-width'
class-logo='form-label is-light select-add'
upload-url-logo=`${endpoints.uploads || endpoints.post.uploads}`
next='admin-project-list'