Closed porras closed 10 years ago
This PR adds a helper method (image_path) to get the path for an image, as img generated a complete <img ... /> tag and you might want to use the path for something else (e.g., a favicon, which is my case).
image_path
img
<img ... />
Awesome, thanks
wow, that was fast, thanks!
This PR adds a helper method (
image_path
) to get the path for an image, asimg
generated a complete<img ... />
tag and you might want to use the path for something else (e.g., a favicon, which is my case).