We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650fd7d commit 32dc7dcCopy full SHA for 32dc7dc
templates/admin/repo/list.tmpl
@@ -87,7 +87,7 @@
87
<td><a class="delete-button" href="" data-url="{{$.Link}}/delete?page={{$.Page.Paginater.Current}}&sort={{$.SortType}}" data-id="{{.ID}}" data-name="{{.Name}}">{{svg "octicon-trash"}}</a></td>
88
</tr>
89
{{else}}
90
- <tr class="no-results-row"><td class="tw-text-center" colspan="12">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
+ <tr><td class="tw-text-center" colspan="12">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
91
{{end}}
92
</tbody>
93
</table>
0 commit comments