.modal.fade id=“#{report}_date” tabindex=“-1” role=“dialog” aria-labelledby=“pickDate”

.modal-dialog.modal-sm
  form.modal-content action="#{url}" method="GET"
    .modal-content
      .modal-header
        h4.modal-title Selecciona una fecha...
      .modal-body
        .row
          .col-xs-12
            == date_input({ :name => "date", :value => Date.today.short_display, :title => "Fecha de referencia", :required => true })

      .modal-footer
        button.btn.btn-link.waves-effect data-dismiss="modal" type="button"  Cerrar
        button.btn.btn-link.waves-effect type="submit" Descargar reporte