mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
6 lines
200 B
Text
6 lines
200 B
Text
%h1
|
|
Edit Lodging
|
|
.row
|
|
.col-md-8
|
|
= semantic_form_for(@lodging, :url => admin_conference_lodging_path(@conference.short_title, @lodging)) do |f|
|
|
= render partial: 'form', locals: { f: f }
|