I am trying to use the phoenix route helpers (specifically the static_path helper) to display an image from my app's static directory.
Rendering an image manually works (image gets displayed):

But using the eex tag to embed the URL does not. This:
 %>)
Just gets rendered in the document as .
I'm not familiar with how the library is put together but I wonder if this might be something similar to #8.
I am trying to use the phoenix route helpers (specifically the
static_pathhelper) to display an image from my app's static directory.Rendering an image manually works (image gets displayed):
But using the eex tag to embed the URL does not. This:
Just gets rendered in the document as
.I'm not familiar with how the library is put together but I wonder if this might be something similar to #8.