<%= link_to(h(ground_picture.id.to_s), ground_picture_path(ground_picture)) %> <%= link_to(h(truncate(ground_picture.caption, :length => 12)), ground_picture_path(ground_picture)) %> <% if ground_picture.picture.showable? @author %> <%= link_to(tag(:img, ground_picture.picture.tmb_opt_img_tag), ground_picture.picture) -%> <%= render ground_picture.picture.credit_template, :picture => ground_picture.picture %> <% else %> <%= link_to(tag(:img, ground_picture.picture.tail_tmb_opt_img_tag(asset_path('error.png'))), ground_picture) -%> <% end %> <%= link_to panel_icon(:object => ground_picture.panel, :size => 25), panel_path(ground_picture.panel) %> <%= link_to h(truncate((ground_picture.panel.caption), :length => 12)), panel_path(ground_picture.panel) %> <%= ground_picture.z %> <%= ground_picture.repeat_text %> <%= ground_picture.x %> <%= ground_picture.y %> <%= distance_of_time_in_words_to_now ground_picture.updated_at %>