diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index c857a42e..65699b2f 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -1,14 +1,50 @@
<% if current_user %> -

<%= "Welcome, #{current_user.firstname}." %>

+

<%= "Welcome, #{current_user.firstname}." %>

<%= render "shared/modals/create_room_modal" %> <% else %> -

Teach Students Online.

+

Teach Students Online.

<%= render "shared/modals/video_modal" %> <% end %>
+
+ <% 3.times do %> +
+
+
+ + + + + + +
+ + +
Example Room
+
+ Created on June 17th, 2017 +
+
+ +
+
+
+
+ <% end %> +
+
diff --git a/app/views/shared/modals/_create_room_modal.html.erb b/app/views/shared/modals/_create_room_modal.html.erb index cc39ff31..c0e40a8b 100644 --- a/app/views/shared/modals/_create_room_modal.html.erb +++ b/app/views/shared/modals/_create_room_modal.html.erb @@ -16,6 +16,11 @@
+