| <%= I18n.t('statistics.date') %> | <%= I18n.t('statistics.picture') %> | <%= I18n.t('statistics.download') %> | <%= I18n.t('statistics.title') %> | <%= I18n.t('statistics.title_email') %> | <% if session[:pixtech_author].blank? %><%= I18n.t('statistics.user') %> | <% end %> <% if show_element('show_company_in_stats', false) %><%= I18n.t('statistics.company') %> | <% end %><%= I18n.t(session[:provider_word], count: 1).capitalize %> | <%= I18n.t('statistics.file_name') %> | <%= I18n.t('statistics.picture_title') %> | <%= I18n.t(session[:creator_word]).capitalize %> | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <%= I18n.l(stats.created_at) %> | <%= stats.image.nil? ? I18n.t(:deleted) : image_tag(stats.image.thumb_location, class: 'popover-trigger', 'data-c' => pw_c, 'data-style' => 'primary', :height => "46")%> | <%= t("statistics.#{stats.operation_label.label}") %> | <% if stats.user.nil? %><%= I18n.t(:deleted) %> | <% if session[:pixtech_author].blank? %><%= I18n.t(:deleted) %> | <% end %> <% else %> <% if stats.user.title.nil? %><%= I18n.t(:deleted) %> | <%= I18n.t(:deleted) %> | <% else %><%= stats.user.title.name %> | <%= mail_to(stats.user.title.email) %> | <% end %> <% if session[:pixtech_author].blank? %><%= stats.user.full_name.blank? ? stats.user.login : stats.user.full_name %> | <% end %> <% end %> <% if show_element('show_company_in_stats', false) %><%= stats.user.company %> | <% end %><%= (stats.image.nil? || stats.image.provider.nil? )? I18n.t(:deleted) : stats.image.provider.name %> | <%= stats.image.nil? ? I18n.t(:deleted) : stats.image.original_filename %> | <%= stats.image.headline %> |
<%= stats.image.creator %>
<% if (session[:pixtech] && !session[:pixtech].blank?) && (current_user.is_provider_admin? || current_user.is_superadmin?) %>
<% if stats.image.provider.is_pixtech? && Pixways.get_pixtech_param_value(session[:pixtech],'use_numadh')=='true' %>
<%= num_adh(stats.image.creator) %> <% end %> <% end %> |