Refactoring rooms
This commit is contained in:
parent
2c98ba9711
commit
6a373b5f6c
11 changed files with 135 additions and 52 deletions
4
app/views/admin/rooms/_form.html.haml
Normal file
4
app/views/admin/rooms/_form.html.haml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
= f.input :name
|
||||
= f.input :size, :input_html => {:size => 5}
|
||||
= f.input :public, :as => :boolean
|
||||
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }
|
||||
Loading…
Add table
Add a link
Reference in a new issue