forked from External/greenlight
		
	restructure app
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
<p>The join the meeting, enter a name.</p>
 | 
			
		||||
 | 
			
		||||
<p>Enter a name to start a session.</p>
 | 
			
		||||
<%= form_tag join_room_path(room_uid: @room.uid) do %>
 | 
			
		||||
<%= form_tag room_path(@room) do %>
 | 
			
		||||
  <%= text_field_tag "join_name" %>
 | 
			
		||||
  <%= submit_tag "Join" %>
 | 
			
		||||
<% end %>
 | 
			
		||||
<% end %>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user