Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

9 lines
260 B
Plaintext
Executable File

<% 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 %>