Nicolas Bally bc774b8159 initial
2016-12-01 10:54:16 +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 %>