suite
This commit is contained in:
parent
1b82c04734
commit
a46d75601b
@ -8,11 +8,12 @@ class GeneralMails < ActionMailer::Base
|
||||
|
||||
|
||||
def general(lang_slug, mail_type, email, options = {})
|
||||
@options = options
|
||||
|
||||
@m_odr = @options[:m_odr]
|
||||
@m_odr_rep = @options[:m_odr_rep]
|
||||
|
||||
@options = options
|
||||
|
||||
|
||||
@mail_type = mail_type
|
||||
|
||||
|
@ -118,6 +118,9 @@
|
||||
|
||||
.qi_row
|
||||
.qi_pannel.qi_plain.padding
|
||||
|
||||
= f.input :email_from, :label => "Email d'envoi :"
|
||||
|
||||
Mails types :
|
||||
%hr
|
||||
|
||||
|
@ -34,7 +34,10 @@
|
||||
|
||||
|
||||
#odr_form
|
||||
.form_pannel= yield
|
||||
.form_pannel
|
||||
= yield
|
||||
%br
|
||||
%br
|
||||
|
||||
|
||||
-if @m_odr
|
||||
|
@ -16,6 +16,8 @@
|
||||
%p
|
||||
Merci pour votre participation
|
||||
|
||||
%br
|
||||
%br
|
||||
-if false
|
||||
=@m_odr_rep.token
|
||||
%br
|
||||
|
Loading…
x
Reference in New Issue
Block a user