Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

9 lines
260 B
Plaintext

<% if params[:large] %>
$("#registrant_large_form").html('<%= escape_javascript(render(:partial => "thanks"))%>');
<% else %>
$("#newsletter_form").html('Merci pour votre inscription. Vous allez recevoir un mail avec un lien pour la confirmer.');
<% end %>