mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
change null check in dispute viewer to be unless
This commit is contained in:
parent
996267fc8b
commit
d869072fcd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
= 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)
|
||||
- if status.application != nil
|
||||
- unless status.application.nil?
|
||||
·
|
||||
= status.application.name
|
||||
- else
|
||||
|
|
Loading…
Reference in a new issue