diff --git a/app/views/forms/index.html.erb b/app/views/forms/index.html.erb index d3877e7..3d12c10 100644 --- a/app/views/forms/index.html.erb +++ b/app/views/forms/index.html.erb @@ -1,5 +1,66 @@ + + + + + +
+
+
+
+
+ +
+
+ + +
+
+
+
+
+

Form Title

+ +
+
+
+ Placeholder image +
+
+ +
+ +
+
+

Submissions

+

42

+ +
+
+

Form Title

+

06.04.2020

+
+ +
+
+
+
+ + +
+
+ +
+
+
+ + + +
+ +

<% @forms.each do |form| %> - <%= link_to form.title, form_url(form) %> -<% end %> +<%= link_to form.title, form_url(form) %> +<% end %> \ No newline at end of file