Skip to content

Commit

Permalink
Sidebar component direct load
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 6, 2023
1 parent b056af1 commit 69654e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/blacklight/document_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<% else %>
<div class="document-main-section container-xxl">
<br/>

<%= content_for(:sidebar) %>
<%= render(SidebarComponent.new()) %>
<%= title %>
<% if @component.to_s == 'div' %>
<%= render(ViewerComponent.new(documentId: @document.id, prefix: 'oocihm')) %>
Expand Down

0 comments on commit 69654e2

Please sign in to comment.