<% if pictures.any? -%> <%= t('original_pictures.exist.announce') %> <% pictures.each do |picture| %> <% if picture.showable? @operators %> <% else %> <% end %> <% end %>
<%= t_m 'Picture' -%> <%= t_m 'Picture.credit' -%> <%= t_m 'Picture.artist_id' -%> <%= t 'original_pictures.exist.status' -%> <%= t_m 'ResourcePicture' -%>
<%= link_to tag(:img, picture.tmb_opt_img_tag), picture %> <%= render picture.credit_template, :picture => picture %> <%= link_to tag(:img, picture.tail_tmb_opt_img_tag(asset_path('error.png'))), picture -%> <% if picture.artist %> <%= link_to h(picture.artist.name), picture.artist %> <% end %> <% if picture.enable? %> <% if picture.head? %> <%= t 'original_pictures.exist.head' -%> <% else %> <%= t 'original_pictures.exist.tail' -%> <% end %> <% else %> <%= t 'original_pictures.existe.disable' -%> <% end %> <% if picture.enable? %> <%= link_to tag(:img, picture.resource_picture.tmb_opt_img_tag), picture.resource_picture %> <% else %> <% end %>
<% end -%>