| <%= I18n.l(stats.created_at) %> |
<%= t("statistics.#{stats.operation_label.label}") %> |
<% unless @is_pixtech %>
<%= stats.user.title.nil? ? I18n.t(:deleted) : stats.user.title.name %> |
<%= stats.user.title.nil? ? I18n.t(:deleted) : stats.user.title.title_type %> |
<% end %>
<%= stats.user.nil? ? I18n.t(:deleted) : (stats.user.full_name.blank? ? stats.user.login : "#{stats.user.full_name}") %> |
<% if @is_pixtech %>
<%= stats.user.company %> |
<% end %>
<%= stats.image.nil? ? I18n.t(:deleted) : stats.image.original_filename %> |
<% if @is_pixtech %>
<%= stats.image.nil? ? I18n.t(:deleted) : stats.image.creator %> |
<% end %>
<% end %>