7 lines
191 B
Text
7 lines
191 B
Text
|
|
%h1 New Room
|
||
|
|
|
||
|
|
= semantic_form_for @room, url: admin_conference_rooms_path(conference_id: @conference.short_title) do |f|
|
||
|
|
= render 'form', f: f
|
||
|
|
|
||
|
|
= link_to 'Back', admin_conference_rooms_path
|