Skip to content

Commit

Permalink
Fix parent dir link colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Sep 15, 2024
1 parent fe8a40e commit 7d5374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub fn page(
tbody {
@if !is_root {
tr {
td colspan="3" {
td colspan=(3 + show_actions as usize) {
p {
span.root-chevron { (chevron_left()) }
a.root href=(parametrized_link("../", sort_method, sort_order, false)) {
Expand Down

0 comments on commit 7d5374d

Please sign in to comment.