So, the rails code I used:
<%= image_tag("logo.png", :alt => "Sample App", :class => "round") %>
HTML output:
<img alt="Sample App" class="round" src="/images/logo.png" />
But when I load the page, it shows a broken image symbol.
What gives?
I load it into the latest stable build of Chrome on Windows, fyi.
Aside ... it shows text and works fine in Firefox on Windows. But Chrome is breaking it.
source share