|
|
|
|
@ -12,17 +12,12 @@
|
|
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Title</label> |
|
|
|
|
<%= 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> |
|
|
|
|
|
|
|
|
|
<div class="mb-2"> |
|
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Syllabus</label> |
|
|
|
|
<%= text_field_tag :syllabus, params[:syllabus], class: "form-control mb-0" %> |
|
|
|
|
</div> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<div class="d-flex align-items-end"> |
|
|
|
|
@ -30,7 +25,7 @@
|
|
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Year</label> |
|
|
|
|
<%= select_tag :year_start, options_for_select(years, params[:year_start]), class: "form-select", include_blank: true %> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mb-2 w-100 ps-2"> |
|
|
|
|
<%= select_tag :year_end, options_for_select(years, params[:year_end]), class: "form-select", include_blank: true %> |
|
|
|
|
</div> |
|
|
|
|
@ -40,7 +35,7 @@
|
|
|
|
|
<label for="exampleFormControlInput1" class="form-label text-white">Citation Finder</label> |
|
|
|
|
<%= text_field_tag :citation_finder, params[:citation_finder], class: "form-control mb-0" %> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="d-flex justify-content-end mt-3"> |
|
|
|
|
<button type="reset" class="btn btn-success me-2 mb-2"><i class="fas fa-sync"></i> Refresh</button> |
|
|
|
|
<button type="submit" class="btn btn-danger mb-2">Search</button> |
|
|
|
|
|