mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-18 06:57:59 +01:00
fix condition
This commit is contained in:
parent
a179d032c2
commit
6c137fbad2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
i.fa.fa-exclamation>
|
i.fa.fa-exclamation>
|
||||||
span.hide-mobile.hide-limited-desktop Hide Deleted
|
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)"
|
a href=@route.(Keyword.put(@params, :del, "deleted")) title="Only Deleted (Strict)"
|
||||||
i.fa.fa-minus
|
i.fa.fa-minus
|
||||||
i.fa.fa-object-group>
|
i.fa.fa-object-group>
|
||||||
|
|
Loading…
Reference in a new issue