Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't show image in list view #2769

Closed
qx opened this issue Nov 15, 2016 · 1 comment
Closed

can't show image in list view #2769

qx opened this issue Nov 15, 2016 · 1 comment

Comments

@qx
Copy link

qx commented Nov 15, 2016

  field :image do
        visible true
        pretty_value do
          bindings[:view].tag(:img, {:src => bindings[:object].image.url(:small)})
        end
      end

Get these code
<td class="image_field carrierwave_type" title=""><img src="http://www.xxxx.com/uploads/advertise/image/6/small_75f5bcfc-710f-419b-826e-fc142dad3e2b.jpg" style="display: none !important;"></td>

 style="display: none !important;

Where to set?

@mshibuya
Copy link
Member

mshibuya commented May 2, 2019

Looks like an ad-blocker issue.

@mshibuya mshibuya closed this as completed May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants