uop
This commit is contained in:
parent
45a029713d
commit
867f46c1fc
@ -3,7 +3,7 @@
|
||||
<div class="column is-4-mobile is-3-tablet">
|
||||
<div class="card"
|
||||
hx-get="{{ if .IsDir }}/folders?path={{ urlquery .Path }}{{ else }}/folders/detail?path={{ urlquery .Path }}{{ end }}"
|
||||
hx-target="{{ if .IsDir }}#content{{ else }}##content{{ end }}"
|
||||
hx-target="{{ if .IsDir }}#content{{ else }}#content{{ end }}"
|
||||
hx-push-url="true"
|
||||
style="cursor:pointer">
|
||||
<div class="card-image">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user