osem-fcy/app/views/admin/rooms/edit.html.haml
2014-11-12 11:37:28 +01:00

8 lines
234 B
Text

%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