forked from External/greenlight
implement wait for moderator
This commit is contained in:
@ -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 %>
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user