hubl/src/views/project/page-project-picture.pug

15 lines
355 B
Plaintext
Raw Normal View History

2020-06-15 11:56:13 +00:00
div.content-box__info
sib-link(class='backlink right', bind-resources, next='project-edit') Retour
h1 Modifier l'image du projet
sib-picture(
bind-resources
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
upload-id="sib-project-edit-picture"
nested-fields='customer'
fields='logo'
next='project-edit'
)