parent
518e1cc62b
commit
5fe99dd041
26 changed files with 352 additions and 130 deletions
6
app/views/admin/rooms/_form.html.haml
Normal file
6
app/views/admin/rooms/_form.html.haml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
= f.inputs do
|
||||
= f.input :name
|
||||
= f.input :size, input_html: { size: 5 }
|
||||
= f.input :public, as: :boolean
|
||||
.actions
|
||||
= f.button 'Save Room', class: 'btn btn-primary'
|
||||
Loading…
Add table
Add a link
Reference in a new issue