<%= text_field_tag :q, nil, class: "form-control", placeholder: "Search GR Number, Title or Short Title", data: { target: "document.input" } %>
- <%= button_tag "Search", class: "btn btn-success", data: { action: "click->document#search" } %>
-
-
-
+
+ <%= button_tag "Search", class: "btn btn-success btn-sm me-2", data: { action: "click->document#search" } %>
+ <%= button_tag "Citation finder", class: "btn btn-warning btn-sm text-white ms-3", data-bs-toggle="collapse" href="#citation_finder_collapse" role="button" aria-expanded="false" aria-controls="collapseExample" %>
<%= text_field_tag :citation_finder, nil, class: "form-control", placeholder: "Citation Finder", data: { target: "document.citation_finder" } %>
@@ -78,7 +76,6 @@
Reference No. |
Title |
Date |
- |
diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb
index 3a6792f..dab52c2 100644
--- a/app/views/documents/show.html.erb
+++ b/app/views/documents/show.html.erb
@@ -65,7 +65,7 @@
<%= render(DoctrineModalFormComponent.new(current_user: current_user)) %>