feat(move_after_edit_list) : Add new line at end of file to avoid lint error
This commit is contained in:
parent
84f0165520
commit
1cd552c79f
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
- if coordinate.type_de_champ.header_section?
|
||||
%option{ value: coordinate.stable_id }= "----- #{coordinate.libelle} -----"
|
||||
- else
|
||||
%option{ value: coordinate.stable_id }= "#{coordinate.position + 1} - #{coordinate.libelle}"
|
||||
%option{ value: coordinate.stable_id }= "#{coordinate.position + 1} - #{coordinate.libelle}"
|
||||
|
|
Loading…
Reference in a new issue