|
|
|
@ -13,24 +13,26 @@ |
|
|
|
<%= text_field_tag :title, params[:short_title], class: "form-control mb-0" %> |
|
|
|
<%= text_field_tag :title, params[:short_title], class: "form-control mb-0" %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<% if opts[:is_decisions_index].present? %> |
|
|
|
<div class="mb-2"> |
|
|
|
<div class="mb-2"> |
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Ponente</label> |
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Ponente</label> |
|
|
|
<%= text_field_tag :title, params[:short_title], class: "form-control mb-0" %> |
|
|
|
<%= text_field_tag :ponente, params[:ponente], class: "form-control mb-0" %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="mb-2"> |
|
|
|
<div class="mb-2"> |
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Syllabus</label> |
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Syllabus</label> |
|
|
|
<%= text_field_tag :title, params[:short_title], class: "form-control mb-0" %> |
|
|
|
<%= text_field_tag :syllabus, params[:syllabus], class: "form-control mb-0" %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="d-flex align-items-end"> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="d-flex align-items-end"> |
|
|
|
<div class="mb-2 w-100 pe-2"> |
|
|
|
<div class="mb-2 w-100 pe-2"> |
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Year</label> |
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Year</label> |
|
|
|
<%= select_tag :year, options_for_select(years, params[:year]), class: "form-select", include_blank: true %> |
|
|
|
<%= select_tag :year_start, options_for_select(years, params[:year_start]), class: "form-select", include_blank: true %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="mb-2 w-100 ps-2"> |
|
|
|
<div class="mb-2 w-100 ps-2"> |
|
|
|
<%= select_tag :year, options_for_select(years, params[:year]), class: "form-select", include_blank: true %> |
|
|
|
<%= select_tag :year_end, options_for_select(years, params[:year_end]), class: "form-select", include_blank: true %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<hr class="simple mb-0"> |
|
|
|
<hr class="simple mb-0"> |
|
|
|
|