Files
danbooru/app/views/posts/partials/show/_image.html.erb
2013-02-23 20:48:35 -05:00

3 lines
355 B
Plaintext

<%= image_tag(post.file_url_for(CurrentUser.user), :width => post.image_width_for(CurrentUser.user), :height => post.image_height_for(CurrentUser.user), :id => "image", "data-original-width" => post.image_width, "data-original-height" => post.image_height, "data-large-width" => post.large_image_width, "data-large-height" => post.large_image_height) %>