mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
11 lines
397 B
Text
11 lines
397 B
Text
<div class="nested-fields">
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :description %>
|
|
<%= image_tag f.object.logo(:thumb) if !f.object.logo.blank? %>
|
|
<%= f.input :logo %>
|
|
<%= f.input :website_url %>
|
|
<%= f.input :sponsorship_level, collection: @conference.sponsorship_levels %>
|
|
<%= remove_association_link :sponsor, f %>
|
|
<% end %>
|
|
</div>
|