Fix check for own screenshots
This commit is contained in:
parent
e04b54d6fd
commit
711f06fcc4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ h1 Screenshots uploaded by you
|
|||
|
||||
= render(partial: 'packages/paginator', locals: {items: @screenshots})
|
||||
|
||||
- if @screenshots
|
||||
- if @screenshots.any?
|
||||
table
|
||||
thead
|
||||
tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue