Skip to content

Commit

Permalink
Merge pull request #6045 from avalonmediasystem/cjcolvar-patch-3
Browse files Browse the repository at this point in the history
Remove Statement of Responsibility form title on MediaObject vie page
  • Loading branch information
cjcolvar authored Sep 20, 2024
2 parents 0bfb424 + 0e2b92f commit 9b8c88b
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 9b8c88b

Please sign in to comment.