mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 21:54:06 +00:00
9 lines
234 B
Text
9 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
|