Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01: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 %>