app/views/noodall/form_responses/create.html.erb in noodall-form-builder-0.0.10 vs app/views/noodall/form_responses/create.html.erb in noodall-form-builder-0.0.11
- old
+ new
@@ -1,5 +1,5 @@
<div id="main-content" class="no-nav">
- <h1><%=h @form.title %>: Thank you for your response</h1>
+ <h1>Thank you</h1>
- <p>We will be in touch soon.</p>
+ <%= simple_format(@form.thank_you_message) %>
</div>