Commit b825d717434d6378502124ca1efed7024f28e639
1 parent
6edf9d88
Exists in
master
and in
28 other branches
ActionItem928: don't force going through the Rails stack for displaying
images
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/cms/_image_thumb.rhtml
1 | <div id='media-listing-folder-images' > | 1 | <div id='media-listing-folder-images' > |
2 | <ul> | 2 | <ul> |
3 | <% images.each do |image| %> | 3 | <% images.each do |image| %> |
4 | - <li><%= image_tag url_for(image.url) %></li> | 4 | + <li><%= image_tag image.public_filename %></li> |
5 | <% end %> | 5 | <% end %> |
6 | </ul> | 6 | </ul> |
7 | <div id='pagination-images'> | 7 | <div id='pagination-images'> |