|
|
|
|
@ -13,13 +13,6 @@
|
|
|
|
|
<%= text_field_tag :title, params[:short_title], class: "form-control mb-0" %> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<% if opts[:is_decisions_index].present? %> |
|
|
|
|
<div class="mb-2"> |
|
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Ponente</label> |
|
|
|
|
<%= text_field_tag :ponente, params[:ponente], class: "form-control mb-0" %> |
|
|
|
|
</div> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<div class="d-flex align-items-end"> |
|
|
|
|
<div class="mb-2 w-100 pe-2"> |
|
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Year</label> |
|
|
|
|
|