diff --git a/app/views/forms/_form_example.html.erb b/app/views/forms/_form_example.html.erb index fed070c..c944f04 100644 --- a/app/views/forms/_form_example.html.erb +++ b/app/views/forms/_form_example.html.erb @@ -6,6 +6,16 @@ <%= text_field_tag header %>

<% end %> + <% if form.spreadsheet_headers.blank? %> +

+ + +

+

+ + +

+ <% end %> ... diff --git a/app/views/forms/_form_example_js.html.erb b/app/views/forms/_form_example_js.html.erb index 15311f0..b291ddd 100644 --- a/app/views/forms/_form_example_js.html.erb +++ b/app/views/forms/_form_example_js.html.erb @@ -7,5 +7,4 @@

<% end %> ... -