Skip to content

Commit 46e8b43

Browse files
committed
Add search button to IL search
1 parent 0287f9d commit 46e8b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/issues/_import_box.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<form action="<%= static_issuelib_import_path %>" class="form-inline mb-4" method="get">
3434
<div class="inset-button-wrapper">
3535
<input type="text" class="form-control search-query", placeholder="Search Issue Library" />
36+
<button type="submit" class="btn btn-primary">Search</button>
3637
</div>
3738
</form>
3839
<% else %>

0 commit comments

Comments
 (0)