issues25489
cxt 5 years ago
parent 6775ccbc59
commit d716950127

@ -48,11 +48,11 @@
<% unless is_processed %>
<td>
<%# if apply.attachment %>
<% if apply.attachment %>
<%= image_tag("/api/attachments/#{apply.attachment.id}", width: 40, height: 40, class: 'preview-image auth-image', data: { toggle: 'tooltip', title: '点击预览' }) %>
<%# else %>
<%#= content_tag(:span, '图片已删除', class: 'text-secondary') %>
<%# end %>
<% else %>
<%= content_tag(:span, '图片已删除', class: 'text-secondary') %>
<% end %>
</td>
<% end %>

Loading…
Cancel
Save