From b6b476c56c127f844868e0ca92967197c1452697 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 18 Mar 2026 22:58:09 -0600 Subject: [PATCH] Stop linkifying the current breadcrumb item --- templates/project.html | 2 +- templates/task.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/project.html b/templates/project.html index 43433e2ac4e6935704e962bd28eaad6c27ea1c6f..826833e7c098d32bfb86fa9ab33280d89453cd68 100644 --- a/templates/project.html +++ b/templates/project.html @@ -8,7 +8,7 @@
  1. Projects
  2. -
  3. {{ project_name }}
  4. +
  5. {{ project_name }}
diff --git a/templates/task.html b/templates/task.html index ed2f3326de8b4c52c17736f771b40e1692c6e051..874674ea7bf5ef88d2274cba02c4a0a1e3edec61 100644 --- a/templates/task.html +++ b/templates/task.html @@ -9,7 +9,7 @@
  • {{ project_name }}
  • -
  • {{ task.short_id }}
  • +
  • {{ task.short_id }}