Lewis: May this revision serve well! lewis@tangled.org
+1
-1
Diff
round #0
+1
-1
appview/pages/templates/fragments/tinyAvatarList.html
+1
-1
appview/pages/templates/fragments/tinyAvatarList.html
···
7
7
{{ range $i, $p := $ps }}
8
8
{{ $zIdx := printf "z-%d0" (sub 5 $i) }}
9
9
{{ $classes = printf "%s %s" $zIdx $classes }}
10
-
{{ template "user/fragments/picLink" (list . $classes ) }}
10
+
{{ template "user/fragments/picLink" (list (printf "%s" .) $classes ) }}
11
11
{{ end }}
12
12
13
13
{{ if gt (len $all) 5 }}
History
1 round
0 comments
oyster.cafe
submitted
#0
1 commit
expand
collapse
appview/quick-type-fixes
Lewis: May this revision serve well! <lewis@tangled.org>
merge conflicts detected
expand
collapse
expand
collapse
- appview/pages/templates/fragments/tinyAvatarList.html:7