forked from External/greenlight
minor fixes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<%= render 'shared/room_event' do %>
|
||||
<%= form_for room_path, method: :post do |f| %>
|
||||
<%= form_for room_path(@room), method: :post do |f| %>
|
||||
<div class="input-group" style="height: 48px;">
|
||||
<%= f.text_field :join_name,
|
||||
required: true,
|
||||
|
Reference in New Issue
Block a user