Skip to content
Extraits de code Groupes Projets
Valider b9c35785 rédigé par Emelia Smith's avatar Emelia Smith Validation de Eugen Rochko
Parcourir les fichiers

Reports: Merge contents and comment columns (#7189)

parent ba917e15
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,18 +5,18 @@ ...@@ -5,18 +5,18 @@
= link_to report.target_account.acct, admin_account_path(report.target_account.id) = link_to report.target_account.acct, admin_account_path(report.target_account.id)
%td.reporter %td.reporter
= link_to report.account.acct, admin_account_path(report.account.id) = link_to report.account.acct, admin_account_path(report.account.id)
%td.comment %td
%span{ title: report.comment } %div{ title: report.comment }
= truncate(report.comment, length: 30, separator: ' ') = truncate(report.comment, length: 30, separator: ' ')
%td.stats %div
- unless report.statuses.empty? - unless report.statuses.empty?
%span{ title: t('admin.accounts.statuses') } %span{ title: t('admin.accounts.statuses') }
= fa_icon('comment') = fa_icon('comment')
= report.statuses.count = report.statuses.count
- unless report.media_attachments.empty? - unless report.media_attachments.empty?
%span{ title: t('admin.accounts.media_attachments') } %span{ title: t('admin.accounts.media_attachments') }
= fa_icon('camera') = fa_icon('camera')
= report.media_attachments.count = report.media_attachments.count
%td %td
- if report.assigned_account.nil? - if report.assigned_account.nil?
\- \-
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
%th= t('admin.reports.id') %th= t('admin.reports.id')
%th= t('admin.reports.target') %th= t('admin.reports.target')
%th= t('admin.reports.reported_by') %th= t('admin.reports.reported_by')
%th= t('admin.reports.comment.label')
%th= t('admin.reports.report_contents') %th= t('admin.reports.report_contents')
%th= t('admin.reports.assigned') %th= t('admin.reports.assigned')
%th %th
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter