issues25489
cxt 5 years ago
parent 6775ccbc59
commit d716950127

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

Loading…
Cancel
Save