Skip to content

Commit

Permalink
Add tooltip to delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Jan 29, 2024
1 parent 76c2f34 commit 71cdbcd
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 @@ -503,7 +503,7 @@ fn rm_form(rm_route: &str, encoded_path: &str) -> Markup {
let rm_action = format!("{rm_route}?path={encoded_path}");
html! {
form class="rm_form" action=(rm_action) method="POST" {
button type="submit" { "✗" }
button type="submit" title="Delete" { "✗" }
}
}
}
Expand Down

0 comments on commit 71cdbcd

Please sign in to comment.