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