Skip to content
Snippets Groups Projects
Unverified Commit 02a34252 authored by Jeremy Kescher's avatar Jeremy Kescher Committed by GitHub
Browse files

Add null check on application in dispute viewer (#19851)

parent ffe73534
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,9 @@
= media_attachment.file_file_name
.strike-card__statuses-list__item__meta
%time.formatted{ datetime: status.created_at.iso8601, title: l(status.created_at) }= l(status.created_at)
·
= status.application.name
- unless status.application.nil?
·
= status.application.name
- else
.one-liner= t('disputes.strikes.status', id: status_id)
.strike-card__statuses-list__item__meta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment