Skip to content

Commit

Permalink
Merge pull request #1160 from sul-dlss/1159-show-icons
Browse files Browse the repository at this point in the history
add header icons to show page
  • Loading branch information
thatbudakguy committed Aug 14, 2024
2 parents 0b4f580 + cda3afc commit e34910f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/earthworks/document_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<%= render Geoblacklight::DisplayNoteComponent.new(display_note: display_note) %>
<% end %>
<%= title %>
<div class="mb-2">
<%= render Earthworks::HeaderIconsComponent.new(document: @document) %>
</div>
<%= embed %>
<%= content %>
<%= metadata %>
Expand Down

0 comments on commit e34910f

Please sign in to comment.