mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
Fix image extension in empty printers modal [SCI-5971] (#3470)
This commit is contained in:
parent
5acc106b1a
commit
5eb2c4a28b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<% end %>
|
||||
<% else %>
|
||||
<div class="modal-body no-printers-container">
|
||||
<%= image_tag 'printers/no_available_printers' %>
|
||||
<%= image_tag 'printers/no_available_printers.png' %>
|
||||
<p class="no-printer-title">
|
||||
<%= t('repository_row.modal_print_label.no_printers.title') %>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue