mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
Refactoring lodgings
This commit is contained in:
parent
c0cdf3e6e5
commit
580c6c6ed9
11 changed files with 177 additions and 68 deletions
6
app/views/admin/lodgings/edit.html.haml
Normal file
6
app/views/admin/lodgings/edit.html.haml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
%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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue