Files
danbooru/app/views/posts/partials/show/_image.html.erb
albert 5610731b35 sync
2010-08-18 18:42:33 -04:00

3 lines
299 B
Plaintext

<%= render :partial => "posts/partials/show/notes", :locals => {:post => post, :notes => post.notes.active} %>
<%= image_tag(post.file_url_for(@current_user), :alt => post.tag_string, :width => post.image_width_for(@current_user), :height => post.image_height_for(@current_user), :id => "image") %>