Fix bug,
This commit is contained in:
parent
1c587dffe4
commit
8ef1464c4b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue