3 changed files with 24 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||||
|
<div class="row" data-controller="document" data-doctrine-id="<%= doctrine_id %>"> |
||||||
|
<div class="col-sm-11 p-2"> |
||||||
|
<%= text_field_tag :q, nil, class: "form-control", placeholder: "Search GR Number", data: { target: "document.input" } %> |
||||||
|
</div> |
||||||
|
<div class="col-sm-1 p-2"> |
||||||
|
<%= button_tag "Search", class: "btn btn-success", data: { action: "click->document#search" } %> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="row tab"> |
||||||
|
<table class="table table-striped table-hover mb-0" style="width: 98%; margin: 0 auto;"> |
||||||
|
<thead> |
||||||
|
<th class="bg-light"> Reference No. </th> |
||||||
|
<th class="bg-light"> Title </th> |
||||||
|
<th class="bg-light"> Date </th> |
||||||
|
<th class="bg-light"> </th> |
||||||
|
</thead> |
||||||
|
</table> |
||||||
|
</div> |
||||||
Loading…
Reference in new issue