Browse Source

Merge pull request #56 from lexintegritastech/improve-main-ui

Add `form-control` class for `created_at`
pull/57/head
Alexander D. Bondoc 4 years ago committed by GitHub
parent
commit
cb0800860d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/reports/index.html.erb

2
app/views/reports/index.html.erb

@ -12,7 +12,7 @@
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="exampleFormControlInput1" class="form-label text-white"> Date Created At </label> <label for="exampleFormControlInput1" class="form-label text-white"> Date Created At </label>
<%= text_field_tag :created_at, params[:created_at], class: "default-flatpickr" %> <%= text_field_tag :created_at, params[:created_at], class: "form-control default-flatpickr" %>
</div> </div>
<hr class="simple"> <hr class="simple">
<div class="mb-3"> <div class="mb-3">

Loading…
Cancel
Save