From e5d9048c52f01d218273c11618b81af49c47525a Mon Sep 17 00:00:00 2001 From: codevictory Date: Sun, 16 May 2021 19:42:05 +0300 Subject: [PATCH] Remove unfinished table footer from visitors list. --- lib/runosaari_web/templates/visitor/index.html.eex | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/runosaari_web/templates/visitor/index.html.eex b/lib/runosaari_web/templates/visitor/index.html.eex index ad7c6c0..a22238f 100644 --- a/lib/runosaari_web/templates/visitor/index.html.eex +++ b/lib/runosaari_web/templates/visitor/index.html.eex @@ -38,16 +38,5 @@ <% end %> - - <%= for visitor <- @visitors do %> - - <%= visitor.date1 %> - <%= visitor.date2 %> - <%= visitor.date3 %> - <%= visitor.bus %> - <%= visitor.accom %> - - <% end %> -