Skip to content

Commit

Permalink
repair classes for audio no-transcript embed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
conorom authored Aug 23, 2023
1 parent ca0ff34 commit bc5d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/file_sets/_media_embedded.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div id="content-warning-media" style="visibility:hidden">
<% end %>
<div id="fulcrum-embed-link<%= ' audio no-transcript' if @presenter.audio_without_closed_captions? %>">
<div id="fulcrum-embed-link"<%= ' class="audio no-transcript"'.html_safe if @presenter.audio_without_closed_captions? %>>
<%# note embed_fulcrum_logo_title is double-quoted, <base target="_blank"> in embedded.html.erb doesn't work here %>
<a href="<%= @presenter.embed_fulcrum_logo_link %>"
aria-label='<%= @presenter.embed_fulcrum_logo_title %>'
Expand Down

0 comments on commit bc5d395

Please sign in to comment.