implement wait for moderator

This commit is contained in:
Josh
2018-05-08 10:41:03 -04:00
parent 4037b6304e
commit e6d01ef1b9
10 changed files with 78 additions and 5 deletions

View File

@ -1 +1,7 @@
<p>waiting for meeting to start...</p>
<p>Waiting for meeting to start...</p>
<p>You will be redirected when the meeing starts...</p>
<% unless current_user %>
<p>Input a name for when the meeting starts.</p>
<%= text_field(:unauthenticated_join_name, nil) %>
<% end %>

View File

@ -15,7 +15,7 @@
<br><br><br><br><br>
<p>Previous Sessions</p>
<% current_user.room.meetings.each do |m| %>
<p><%= m.name + " " + m.is_running?.to_s %></p>
<p><%= m.name + " " + m.is_running?.to_s + " " + m.recordings.to_s %></p>
<% end %>
<br>