Skip to content

Commit

Permalink
Merge pull request #5 from IUBLibTech/we-dont-need-badges
Browse files Browse the repository at this point in the history
IULRDC-9 We dont need badges
  • Loading branch information
dlpierce authored Sep 16, 2024
2 parents 26d389c + eab1cc3 commit 23a2be3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/views/hyrax/base/_work_title.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<div class="work-title-wrapper">
<% presenter.title.each_with_index do |title, index| %>
<% if index == 0 %>
<div class="title-with-badges">
<h1><%= title %></h1>
<%#= presenter.permission_badge %>
<%#= presenter.workflow.badge %>
</div>
<% else %>
<h1><%= title %></h1>
<% end %>
<% end %>
</div>

0 comments on commit 23a2be3

Please sign in to comment.