diff --git a/app/components/pagination_component/pagination_component.html.erb b/app/components/pagination_component/pagination_component.html.erb index 37e8bfa..af30a2a 100644 --- a/app/components/pagination_component/pagination_component.html.erb +++ b/app/components/pagination_component/pagination_component.html.erb @@ -1,6 +1,6 @@
-
"> +
<%= opts[:is_cited_in_doc].present? ? 'd-none': ""%> "> <% if opts[:is_subject_breadcrums].present? && subjects.present? %>
"> - diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index 84ed060..6ad94ef 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -37,7 +37,7 @@ Title :
- <%= @document.title %> + <%= @document.short_title %>
@@ -79,7 +79,10 @@
-

Cited Ins Documents

+
+

Cited Ins Documents

+
<%= render PaginationComponent.new(data: @cited_in_documents, opts: { is_cited_in_doc: true}) %>
+
Reference No.