<%= tag(:img, picture.tail_opt_img_tag(asset_path('error.png'))) -%>

<%= t_m 'Picture.revision' -%>:<%= picture.revision %>

<%= t_m 'Picture.ext' -%>:<%= picture.ext %>
<%= t_m 'Picture.width' -%>:<%= picture.width %> px
<%= t_m 'Picture.height' -%>:<%= picture.height %> px
<%= t_m 'Picture.filesize' -%>:<%= picture.filesize %>bytes
<%= t_m 'Picture.md5' -%>:<%= picture.md5 %>
<%= t_m 'Picture.artist_id' -%>:<%= link_to h(picture.artist.name), artist_path(picture.artist) %>
<%= t_m 'Picture.license_id' -%>:<%= link_to h(picture.license.caption), license_path(picture.license) %>
<%= t_m 'Picture.artist_name' -%>:<%= h picture.artist_name %>