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

6 lines
203 B
Text

%h1 New Lodging
= semantic_form_for @lodging, url: admin_conference_lodgings_path(conference_id: @conference.short_title) do |f|
= render 'form', f: f
= link_to 'Back', admin_conference_lodgings_path