Skip to content

Commit

Permalink
Remove Statement of Responsibility form title on MediaObject vie page
Browse files Browse the repository at this point in the history
Resolves #6043
  • Loading branch information
cjcolvar authored Sep 20, 2024
1 parent 0bfb424 commit 0e2b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/media_objects/_title.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Unless required by applicable law or agreed to in writing, software distributed
<div class="page-title-wrapper">
<h2>
<% unless @media_object.title.blank? %>
<%= @media_object.title %><%= " / #{@media_object.statement_of_responsibility}" if @media_object.statement_of_responsibility.present? %>
<%= @media_object.title %>
<% else %>
<%= @media_object.id %>
<% end %>
Expand Down

0 comments on commit 0e2b92f

Please sign in to comment.