mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
10 lines
367 B
Text
10 lines
367 B
Text
.separator--vertical.separator--secondary
|
|
|
|
= if present?(@conn.params["hidden"]) do
|
|
a href=@route.(Keyword.delete(@params, :hidden)) title="Hide Hidden Images"
|
|
i.fa.fa-eye-slash>
|
|
span.hidden--mobile Hide Hidden
|
|
- else
|
|
a href=@route.(Keyword.put(@params, :hidden, "1")) title="Show Hidden Images"
|
|
i.fa.fa-eye-slash>
|
|
span.hidden--mobile Show Hidden
|