mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 13:14:03 +00:00
* Cleanup the CSS * Fix more views then you have fingers and toes * Introduce position(weight) for sponsor levels * Fix bootstrap/datatable integration
8 lines
299 B
Text
8 lines
299 B
Text
%h1 Editing Sponsorship Level
|
|
|
|
.row
|
|
.col-md-8
|
|
= semantic_form_for @sponsorship_level, url: admin_conference_sponsorship_level_path(conference_id: @conference.short_title, id: @sponsorship_level.id) do |f|
|
|
= render 'form', f: f
|
|
|
|
= link_to 'Back', admin_conference_sponsorship_levels_path
|