<%= subjects.where(id: opts[:subject_ids].map(&:to_i)).map(&:lineage_name).join(" ") %>
+<%= subjects.where(id: opts[:subject_ids].map(&:to_i)).map(&:lineage_name).join(" ") %>
<% elsif subjects.present? %> <% subjects.each do |subject| %> -<%= subject.lineage_name %>
+<%= subject.lineage_name %>
<% end %> <% else %> -(No Subjects Provided)
+(No Subjects Provided)
<% end %> <% end %> -
+
+
+
diff --git a/app/components/pagination_component/pagination_component.html.erb b/app/components/pagination_component/pagination_component.html.erb
index eeb56cf..0beedf0 100644
--- a/app/components/pagination_component/pagination_component.html.erb
+++ b/app/components/pagination_component/pagination_component.html.erb
@@ -1,9 +1,9 @@
<%= raw content.html_safe %>
- +
<% annotations.each do |annotation| %>
<% if opts[:is_doctrines_index].present? %>
@@ -48,4 +48,6 @@
<% end %>
-
diff --git a/app/javascript/src/application.scss b/app/javascript/src/application.scss
index 2bd369f..f347db2 100644
--- a/app/javascript/src/application.scss
+++ b/app/javascript/src/application.scss
@@ -39,4 +39,58 @@
.main-content-body {
min-height: 100vh !important;
overflow: auto;
-}
\ No newline at end of file
+}
+
+// Modal Form custom styling //
+
+.modal-doctrine-body .selectize-control {
+ border: none !important;
+}
+
+
+.modal-doctrine-body .modal-header {
+ background: darkred !important;
+ color: #fff !important;
+
+ button.btn-close-x {
+ background: transparent;
+ border: none;
+ color: #fff;
+ font-size: 18px;
+ width: 30px;
+ }
+
+ button.btn-close-x:hover {
+ background: white !important;
+ border-radius: 18px;
+ color: darkred !important;
+ width: 30px;
+ }
+}
+
+// Document custom styling //
+
+.doct-body-index div:last-child .hr {
+ display: none !important;
+}
+
+.doc-nav-body.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
+ color: #ffffff !important;
+ background: darkred !important;
+ font-weight: 800;
+}
+
+.doc-nav-body .nav-item button {
+ color: #000;
+}
+
+// Cited custom styling //
+
+.cited-table-body .table-width {
+ width: 97%;
+ margin: 0 auto;
+}
+
+.doctrine-index-body .doctrine-content-body {
+ padding-left: 15px;
+}
diff --git a/app/views/doctrines/search.html.erb b/app/views/doctrines/search.html.erb
index f1be41e..e71b3d8 100644
--- a/app/views/doctrines/search.html.erb
+++ b/app/views/doctrines/search.html.erb
@@ -1,5 +1,5 @@
-
+
+
<% if opts[:is_subject_breadcrums].present? && subjects.present? %>
-
-
<%= render PaginationComponent.new(data: @doctrines, opts: { is_subject_breadcrums: true, subject_ids: params[:subject_ids] }) %>
+
+
<%= render PaginationComponent.new(data: @doctrines, opts: { is_subject_breadcrums: true, subject_ids: params[:subject_ids] }) %>
<% if params[:is_index_table].to_s.eql?("true") %>
diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb
index 74e6838..8a45598 100644
--- a/app/views/documents/show.html.erb
+++ b/app/views/documents/show.html.erb
@@ -1,24 +1,45 @@
+
+
-
-
-
-
-
-
+
| Reference Number: | -<%= @document.reference_number %> | -Date: | -<%= @document.docdate.present? ? @document.docdate.strftime("%m/%d/%Y") : @document.year %> | -
| Title: | -<%= @document.title %> | -||
+
+
+
+
+ Reference Number :
+
+
+ <%= @document.reference_number %>
+
+
+
+
+
+
+ Title :
+
+
+ <%= @document.title %>
+
+
-