Skip to content

Commit

Permalink
render actions partial in the default show page
Browse files Browse the repository at this point in the history
Action buttons were missing post knapsack deploy to prod

Issue:
- https://github.com/scientist-softserv/adventist-dl/issues/747
  • Loading branch information
Shana Moore committed Apr 13, 2024
1 parent 74b2518 commit 86b0532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/hyrax/base/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<div class="panel panel-default">
<div class="panel-heading">
<%= render 'work_title', presenter: @presenter %>
<%= render 'show_actions', presenter: @presenter %>
</div>
<div class="panel-body">
<div class="row">
Expand Down

0 comments on commit 86b0532

Please sign in to comment.