feat(ChampComponent): add procedure_revision_type_de_champ.position to ui
This commit is contained in:
parent
dce06f22a0
commit
b4d32e656f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
.type-de-champ-container
|
||||||
.flex.justify-between.section.head
|
.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" }
|
.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-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) }
|
%button.fr-btn.fr-btn--tertiary-no-outline.fr-icon-arrow-down-line.move-down{ move_button_options(:down) }
|
||||||
|
|
Loading…
Reference in a new issue