+
<% @plans_table.keys.map do |k| %>
-
-
+
<% @schedule_table.days.each do |day| %>
-
+
<%= day %>
<% end %>
diff --git a/app/views/teams/show.html.erb b/app/views/teams/show.html.erb
index 8421e536..570480c5 100644
--- a/app/views/teams/show.html.erb
+++ b/app/views/teams/show.html.erb
@@ -50,9 +50,9 @@
-
+
<% @schedule_table.days.each do |day| %>
-
+
<%= day %>
<% end %>