osem-fcy/app/views/admin/rooms/edit.html.haml
2014-07-31 12:20:04 +02:00

6 lines
209 B
Text

%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