Add delete buttons to history page

This commit is contained in:
2020-10-31 00:23:01 +01:00
parent 24f3d69301
commit 68df64d5f9
10 changed files with 93 additions and 35 deletions

View File

@ -1,3 +1,5 @@
#![allow(dead_code)]
use duplicate::duplicate;
use log::{info, warn};
use rocket::http::Status;