Skip to content

Commit

Permalink
Merge pull request #4240 from samvera/addressing-failed-circle-ci-build
Browse files Browse the repository at this point in the history
Improving HTML rendering error tolerance
  • Loading branch information
jeremyf authored Jan 31, 2020
2 parents 0a2e9a4 + 8a7f788 commit 7ce7360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/homepage/_recent_document.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span class="sr-only"><%= t('hyrax.homepage.recently_uploaded.document.title_label') %></span>
<h3>
<%= link_to [main_app, recent_document] do %>
<%= render_thumbnail_tag(recent_document, {width: 90, alt: "#{recent_document.to_s} #{ t('hyrax.homepage.admin_sets.thumbnail')}" }, {suppress_link: true}) + recent_document.to_s %>
<%= render_thumbnail_tag(recent_document, {width: 90, alt: "#{recent_document} #{ t('hyrax.homepage.admin_sets.thumbnail')}" }, {suppress_link: true}) %><%= recent_document %>
<% end %>
</h3>
<p class="recent-field">
Expand Down

0 comments on commit 7ce7360

Please sign in to comment.