Haml Ruby evaluation tags must be followed by a space

This commit is contained in:
gregoirenovel 2017-04-06 11:38:44 +02:00
parent b308aeb9d0
commit e7e4e41e12
47 changed files with 113 additions and 113 deletions

View file

@ -13,5 +13,5 @@
%select{id: :next_state, name: :next_state}
- Dossier.states.each do |state|
%option{value: state[0]}
=DossierDecorator.case_state_fr state[1]
= DossierDecorator.case_state_fr state[1]
= f.submit 'Valider'