up
This commit is contained in:
parent
5d10ecfb5a
commit
5d1377dddb
@ -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 }}#test{{ end }}"
|
||||
hx-push-url="true"
|
||||
style="cursor:pointer">
|
||||
<div class="card-image">
|
||||
@ -24,3 +24,6 @@
|
||||
</div>
|
||||
{{- end }}
|
||||
</div>
|
||||
<div id="test">
|
||||
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user