Fix runners not disappearing

This commit is contained in:
Joscha 2023-08-10 23:35:20 +02:00
parent 2079d0b12d
commit b16b3a668e
5 changed files with 10 additions and 8 deletions

View file

@ -9,8 +9,7 @@ use sqlx::SqlitePool;
use crate::{config::Config, server::util, somehow};
use super::{Base, Tab, link::CommitLink};
use super::{link::CommitLink, Base, Tab};
#[derive(Template)]
#[template(path = "commit.html")]