add middle line
This commit is contained in:
parent
bf84e14bb1
commit
be138b2fb4
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{{range .AllTD}}<tr scope="row">
|
{{- range .AllTD}}<tr scope="row">
|
||||||
{{range $index, $item := .}}<td {{ if $item.ID }}id="{{$item.ID}}"{{end}}>
|
{{range $index, $item := .}}<td {{ if $item.ID }}id="{{$item.ID}}"{{end}}>
|
||||||
{{ with $x := index $.AllTH $index }}
|
{{ with $x := index $.AllTH $index }}
|
||||||
{{ if eq $x.ValueType "href"}}
|
{{ if eq $x.ValueType "href"}}
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</td>
|
</td>
|
||||||
{{end}}</tr>
|
{{end}}</tr>
|
||||||
{{end}}
|
{{- end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in a new issue