From e26da7dfa57da77144b22b4f2df20c95185678c8 Mon Sep 17 00:00:00 2001 From: karemarsy Date: Wed, 15 Apr 2020 13:05:21 +0200 Subject: [PATCH] Add some styling classes in the table --- app/views/forms/show.html.erb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/views/forms/show.html.erb b/app/views/forms/show.html.erb index 5842b30..cd0d10a 100644 --- a/app/views/forms/show.html.erb +++ b/app/views/forms/show.html.erb @@ -5,7 +5,11 @@

<%= link_to 'Google spreadsheet', @form.spreadsheet_url %>

- +
+
+
+ +
<% @form.spreadsheet_headers.each do |value| %> @@ -23,3 +27,6 @@ <% end %>
+ + + \ No newline at end of file