feat(ChampComponent): add procedure_revision_type_de_champ.position to ui

This commit is contained in:
Martin 2024-01-03 11:07:40 +01:00
parent dce06f22a0
commit b4d32e656f

View file

@ -1,6 +1,7 @@
%li.type-de-champ.flex.column.justify-start{ html_options }
%li.type-de-champ.flex.column.justify-start.fr-mb-6w{ html_options }
.type-de-champ-container
.flex.justify-between.section.head
.position.flex.align-center= "##{@coordinate.position}"
.fr-btn.fr-btn--tertiary-no-outline.handle.fr-icon-drag-move-2-line{ title: "Déplacer le champ vers le haut ou vers le bas" }
%button.fr-btn.fr-btn--tertiary-no-outline.fr-icon-arrow-up-line.move-up{ move_button_options(:up) }
%button.fr-btn.fr-btn--tertiary-no-outline.fr-icon-arrow-down-line.move-down{ move_button_options(:down) }