Add optional OAuth application to reports (#30539)
This commit is contained in:
parent
fa54b61216
commit
aa88aca0ad
11 changed files with 47 additions and 3 deletions
|
@ -14,6 +14,12 @@
|
|||
= admin_account_link_to report.account
|
||||
- else
|
||||
= report.account.domain
|
||||
- if report.application.present?
|
||||
.report-header__details__item
|
||||
.report-header__details__item__header
|
||||
%strong= t('admin.reports.reported_with_application')
|
||||
.report-header__details__item__content
|
||||
= report.application.name
|
||||
.report-header__details__item
|
||||
.report-header__details__item__header
|
||||
%strong= t('admin.reports.status')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue