mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 20:54:03 +00:00
7 lines
223 B
Text
7 lines
223 B
Text
<div class="nested-fields">
|
|
<%= f.inputs do %>
|
|
<%= f.input :title %>
|
|
<%= f.input :description, :input_html => {:rows => 5} %>
|
|
<%= remove_association_link :social_event, f %>
|
|
<% end %>
|
|
</div>
|