Skip to content

Commit

Permalink
Merge pull request #23 from scientist-softserv/show-actions
Browse files Browse the repository at this point in the history
Show actions
  • Loading branch information
laritakr authored Oct 3, 2023
2 parents c352e63 + 7edc187 commit b6c6eba
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/views/hyrax/base/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@
<%= render './shared/additional_citations' %>
<div class="row work-type">
<%# OVERRIDE Hyrax 2.9.1 here to hide the work type H1 title on all show-work pages %>
<div class="col-xs-12">&nbsp;</div>
<div itemscope itemtype="http://schema.org/CreativeWork" class="col-xs-12">
<div class="panel panel-default">
<div class="panel-heading">
<%= render 'work_title', presenter: @presenter %>
</div>
<div class="row">
<div class="col-sm-8">
<%= render 'work_title', presenter: @presenter %>
</div>
<div class="col-sm-4 text-right">
<div class="show-actions">
<%= render 'show_actions', presenter: @presenter %>
</div>
</div>
</div>
<div class="panel-body">
<div class="row">
<%= render 'workflow_actions_widget', presenter: @presenter %>
Expand Down

0 comments on commit b6c6eba

Please sign in to comment.