diff --git a/appview/pages/templates/strings/string.html b/appview/pages/templates/strings/string.html index 239b082b..b275df8b 100644 --- a/appview/pages/templates/strings/string.html +++ b/appview/pages/templates/strings/string.html @@ -19,7 +19,7 @@
{{ $ownerId }} / - {{ .String.Filename }} + {{ .String.Filename }}
{{ if and .LoggedInUser (eq .LoggedInUser.Did .String.Did) }}
@@ -44,22 +44,25 @@
{{ end }} - + {{ with .String.Description }} {{ . }} - - {{ end }} - - {{ with .String.Edited }} - edited {{ template "repo/fragments/shortTimeAgo" . }} - {{ else }} - {{ template "repo/fragments/shortTimeAgo" .String.Created }} {{ end }}
- {{ .String.Filename }} + + {{ .String.Filename }} + + + {{ with .String.Edited }} + edited {{ template "repo/fragments/shortTimeAgo" . }} + {{ else }} + {{ template "repo/fragments/shortTimeAgo" .String.Created }} + {{ end }} + +
{{ .Stats.LineCount }} lines