27 lines
448 B
Plaintext
27 lines
448 B
Plaintext
|
|
|
|
|
|
#odr_form
|
|
.form_pannel
|
|
%center
|
|
%h3
|
|
-if @m_odr.thank_title?
|
|
=@m_odr.thank_title
|
|
-else
|
|
Merci !
|
|
|
|
-if @m_odr.thank_text?
|
|
=simple_format @m_odr.thank_text
|
|
-else
|
|
%p
|
|
Merci pour votre participation
|
|
|
|
%br
|
|
%br
|
|
-if false
|
|
=@m_odr_rep.token
|
|
%br
|
|
=@m_odr_rep.m_odr_files.first.token
|
|
|
|
=debug @m_odr_rep.m_odr_rep_ribs.first
|
|
|