From 216c91ed10748f2a7359db2de7d70db79127559d Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 19 Nov 2025 22:34:07 +0000 Subject: [PATCH] Add links to source-specific details page --- templates/cell.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/cell.html b/templates/cell.html index 23d999e1..96d716fb 100644 --- a/templates/cell.html +++ b/templates/cell.html @@ -83,7 +83,7 @@ {{ range .BreedingSources }} - {{.ID|uuidShort}} + {{.ID|uuidShort}} {{.Type}} {{.LastInspected|timeSince}} {{.LastTreated|timeSince}} @@ -128,7 +128,7 @@ {{ range .Inspections }} - {{.LocationID|uuidShort}} + {{.LocationID|uuidShort}} {{.Location}} {{.Date|timeSince}} {{.Action}} @@ -177,7 +177,7 @@ {{ range .Treatments }} - {{.LocationID|uuidShort}} + {{.LocationID|uuidShort}} {{.Date|timeSince}} {{.Product}} {{.Notes}}