Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianChu committed Jun 14, 2019
1 parent 2e49dc0 commit 96c0f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dams_objects/_image_viewer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<% if displayFilePath.to_s == ''%>
<%= render :partial => 'metadata_data_file', :locals => {:fileName => filePath} %>
<% else %>
<%= link_to image_tag(displayFilePath, :alt => "#{alt_txt}"), zoomFilePath %>
<%= link_to image_tag(displayFilePath, :alt => ''), zoomFilePath %>
<%= render :partial => 'metadata_data_file', :locals => {:fileName => service_file} %>
<% end %>
<%= render :partial => 'data_viewer', :locals => {:filePath => pdfFilePath, :objectType => 'simple', :displayFilePath => displayFilePath} %>
Expand Down

0 comments on commit 96c0f41

Please sign in to comment.