parent
518e1cc62b
commit
5fe99dd041
26 changed files with 352 additions and 130 deletions
6
app/views/admin/rooms/edit.html.haml
Normal file
6
app/views/admin/rooms/edit.html.haml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
%h1 Editing Room
|
||||
|
||||
= 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