Files
danbooru/app/views/posts/partials/show/_image.html.erb
albert 9e287726e3 work
2011-05-29 03:47:06 -04:00

2 lines
267 B
Plaintext

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