forked from External/greenlight
one meeting per room
This commit is contained in:
0
app/views/meetings/index.html.erb
Normal file
0
app/views/meetings/index.html.erb
Normal file
@ -1,7 +0,0 @@
|
||||
<p>The join the meeting, enter a name.</p>
|
||||
|
||||
<p>Enter a name to start a session.</p>
|
||||
<%= form_tag join_meeting_path(room_uid: @meeting.room.uid, meeting_uid: @meeting.uid) do %>
|
||||
<%= text_field_tag "join_name" %>
|
||||
<%= submit_tag "Join" %>
|
||||
<% end %>
|
@ -1,7 +0,0 @@
|
||||
<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 %>
|
Reference in New Issue
Block a user