Skip to content

Commit

Permalink
Disable badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Sep 16, 2024
1 parent 14e0258 commit eab1cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/hyrax/base/_work_title.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<% if index == 0 %>
<div class="title-with-badges">
<h1><%= title %></h1>
<%= presenter.permission_badge %>
<%= presenter.workflow.badge %>
<%#= presenter.permission_badge %>
<%#= presenter.workflow.badge %>
</div>
<% else %>
<h1><%= title %></h1>
Expand Down

0 comments on commit eab1cc3

Please sign in to comment.