From 711f06fcc4345cac21052edebe3453563e5da8cd Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 9 Mar 2021 23:36:14 +0100 Subject: [PATCH] Fix check for own screenshots --- app/views/my/screenshots.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/my/screenshots.slim b/app/views/my/screenshots.slim index 3358ae1..2a579c0 100644 --- a/app/views/my/screenshots.slim +++ b/app/views/my/screenshots.slim @@ -4,7 +4,7 @@ h1 Screenshots uploaded by you = render(partial: 'packages/paginator', locals: {items: @screenshots}) -- if @screenshots +- if @screenshots.any? table thead tr