fix condition

This commit is contained in:
Luna D 2019-12-19 17:45:31 -05:00
parent a179d032c2
commit 6c137fbad2
No known key found for this signature in database
GPG key ID: D0F46C94720BAA4B

View file

@ -24,7 +24,7 @@
i.fa.fa-exclamation>
span.hide-mobile.hide-limited-desktop Hide Deleted
= if del != "deleted" do
= if present?(del) and del != "deleted" do
a href=@route.(Keyword.put(@params, :del, "deleted")) title="Only Deleted (Strict)"
i.fa.fa-minus
i.fa.fa-object-group>