1
0
Fork 0
forked from goffee/core

main #6

Merged
diana merged 69 commits from goffee/core:main into main 2025-08-26 13:39:09 -04:00
Showing only changes of commit be138b2fb4 - Show all commits

View file

@ -6,7 +6,7 @@
</tr>
</thead>
<tbody>
{{range .AllTD}}<tr scope="row">
{{- range .AllTD}}<tr scope="row">
{{range $index, $item := .}}<td {{ if $item.ID }}id="{{$item.ID}}"{{end}}>
{{ with $x := index $.AllTH $index }}
{{ if eq $x.ValueType "href"}}
@ -19,7 +19,7 @@
{{end}}
</td>
{{end}}</tr>
{{end}}
{{- end}}
</tbody>
</table>
{{end}}
{{end}}