This commit is contained in:
BoHung Chiu 2022-11-18 20:49:55 +08:00
parent 1c587dffe4
commit 8ef1464c4b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<% if @link.image.file %> <% if @link.image.file %>
<%= image_tag @link.image %> <%= image_tag @link.image %>
<% else %> <% else %>
<img src="http://www.placehold.it/50x50/EFEFEF/AAAAAA" /> <img src="https://via.placeholder.com/100x100" />
<% end %> <% end %>
</div> </div>
<div class="fileupload-preview fileupload-exists thumbnail pull-left"></div> <div class="fileupload-preview fileupload-exists thumbnail pull-left"></div>