From 217bc682d9e2a84c311d841d220ce1fc9d397754 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 25 Sep 2025 12:45:52 +0000 Subject: [PATCH] appview: improve styles in strings pages Signed-off-by: oppiliappan --- appview/pages/templates/strings/timeline.html | 12 +++++------- 1 file(s) changed, 5 insertion(s)(+), 7 deletion(s)(-) diff --git a/appview/pages/templates/strings/timeline.html b/appview/pages/templates/strings/timeline.html --- a/appview/pages/templates/strings/timeline.html +++ b/appview/pages/templates/strings/timeline.html @@ -26,9 +26,12 @@ {{ end }} {{ define "stringCard" }} + {{ $resolved := resolve .Did.String }}
-
- {{ .Filename }} + {{ with .Description }}
@@ -42,12 +45,7 @@ {{ define "stringCardInfo" }} {{ $stat := .Stats }} - {{ $resolved := resolve .Did.String }}
- - {{ template "user/fragments/picHandle" $resolved }} - - {{ $stat.LineCount }} line{{if ne $stat.LineCount 1}}s{{end}} {{ with .Edited }} -- tangled.sh