Skip to content

Commit

Permalink
add header icons to show page
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Aug 12, 2024
1 parent 4ca8de2 commit c4bd980
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 Geoblacklight::HeaderIconsComponent.new(document: @document) %>
</div>
<%= embed %>
<%= content %>
<%= metadata %>
Expand Down

0 comments on commit c4bd980

Please sign in to comment.