mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 21:24:05 +00:00
12 lines
397 B
Text
12 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>
|