File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
internal/webindexer/templates/themes Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 6565 </tr>
6666 {{ if .ParentURL }}
6767 <tr>
68- <td class="filename"><a href="{{ .ParentURL }}">
68+ <td class="filename" colspan="3" ><a href="{{ .ParentURL }}">
6969 <span class="icon">🔼</span>Go Up</a>
7070 </td>
71- <td>-</td>
72- <td>-</td>
7371 </tr>
7472 {{end}}
7573 {{range .Items}}
Original file line number Diff line number Diff line change 124124 </tr>
125125 {{ if .ParentURL }}
126126 <tr>
127- <td class="filename"><a href="{{ .ParentURL }}">
127+ <td class="filename" colspan="3" ><a href="{{ .ParentURL }}">
128128 <span class="icon">🔼</span>Go Up</a>
129129 </td>
130- <td>-</td>
131- <td>-</td>
132130 </tr>
133131 {{end}}
134132 {{range .Items}}
Original file line number Diff line number Diff line change 135135 </tr>
136136 {{ if .ParentURL }}
137137 <tr>
138- <td class="filename"><a href="{{ .ParentURL }}">
138+ <td class="filename" colspan="3" ><a href="{{ .ParentURL }}">
139139 <span class="icon">🔼</span>Go Up</a>
140140 </td>
141- <td>-</td>
142- <td>-</td>
143141 </tr>
144142 {{end}}
145143 {{range .Items}}
Original file line number Diff line number Diff line change 128128 </tr>
129129 {{ if .ParentURL }}
130130 <tr>
131- <td class="filename"><a href="{{ .ParentURL }}">
131+ <td class="filename" colspan="3" ><a href="{{ .ParentURL }}">
132132 <span class="icon">🔼</span>Go Up</a>
133133 </td>
134- <td>-</td>
135- <td>-</td>
136134 </tr>
137135 {{end}}
138136 {{range .Items}}
You can’t perform that action at this time.
0 commit comments