From 2e5954124db6d46f10000668701b80798de46957 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 27 Apr 2020 19:32:13 +0200 Subject: [PATCH] example with validations --- app/views/forms/_form_example.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/forms/_form_example.html.erb b/app/views/forms/_form_example.html.erb index c944f04..eb0b51f 100644 --- a/app/views/forms/_form_example.html.erb +++ b/app/views/forms/_form_example.html.erb @@ -9,11 +9,11 @@ <% if form.spreadsheet_headers.blank? %>

- +

- +

<% end %> ...