Skip to content

Commit

Permalink
Move breaks to specific file
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 6, 2023
1 parent 43b1f5d commit 3db5053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/components/blacklight/document_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<%= body %>
<% else %>
<div class="document-main-section">
<br/>
<%= title %>
<% if @component.to_s == 'div' %>
<%= render(ViewerComponent.new(documentId: @document.id, prefix: 'oocihm')) %>
Expand All @@ -26,6 +27,8 @@
<% partials.each do |partial| %>
<%= partial %>
<% end %>

<br/>
</div>

<%= thumbnail %>
Expand Down
2 changes: 0 additions & 2 deletions app/views/layouts/catalog_result.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<% content_for(:content) do %>
<section>
<div class="container-xxl">
<br/>
<%= content_for(:sidebar) %>
<%= yield %>
<br/>
</div>
</section>
<% end %>
Expand Down

0 comments on commit 3db5053

Please sign in to comment.