Refactoring rooms
This commit is contained in:
parent
2c98ba9711
commit
6a373b5f6c
11 changed files with 135 additions and 52 deletions
7
app/views/admin/rooms/new.html.haml
Normal file
7
app/views/admin/rooms/new.html.haml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
%h1 New Room
|
||||
.row
|
||||
.col-md-8
|
||||
= semantic_form_for @room, url: admin_conference_rooms_path(conference_id: @conference.short_title) do |f|
|
||||
= render 'form', f: f
|
||||
|
||||
= link_to 'Back', admin_conference_rooms_path
|
||||
Loading…
Add table
Add a link
Reference in a new issue