Skip to content

Commit 4e17119

Browse files
committed
include querystring in button links
1 parent b79e878 commit 4e17119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/files/templates/includes/file_toolbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
<div class="btn-group me-2 mb-3" role="group" aria-label="View type buttons">
2020
<span class="input-group-text">Show</span>
21-
<a href="{{ grid_url }}" class="btn btn-primary"><i class="fas fa-table-cells"></i> Grid</a>
22-
<a href="{{ table_url }}" class="btn btn-primary"><i class="fas fa-table-list"></i> Table</a>
21+
<a href="{{ grid_url }}{% querystring %}" class="btn btn-primary"><i class="fas fa-table-cells"></i> Grid</a>
22+
<a href="{{ table_url }}{% querystring %}" class="btn btn-primary"><i class="fas fa-table-list"></i> Table</a>
2323
</div>
2424

2525
<div class="btn-group me-2 mb-3" role="group" aria-label="Pagination buttons">

0 commit comments

Comments
 (0)