mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
7 lines
234 B
Text
7 lines
234 B
Text
<div class="nested-fields">
|
|
<%= f.inputs do %>
|
|
<%= f.date_select :day %>
|
|
<%= f.input :description, input_html: {rows: '2', class: 'col-md-8'} %>
|
|
<%= remove_association_link :vday, f %>
|
|
<% end %>
|
|
</div>
|