File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 <td><a href="{{AppSubUrl}}/-/admin/auths/{{.ID}}">{{svg "octicon-pencil"}}</a></td>
3232 </tr>
3333 {{else}}
34- <tr class="no-results-row" ><td class="tw-text-center" colspan="7">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
34+ <tr><td class="tw-text-center" colspan="7">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
3535 {{end}}
3636 </tbody>
3737 </table>
Original file line number Diff line number Diff line change 6868 </td>
6969 </tr>
7070 {{else}}
71- <tr class="no-results-row" ><td class="tw-text-center" colspan="6">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
71+ <tr><td class="tw-text-center" colspan="6">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
7272 {{end}}
7373 </tbody>
7474 </table>
Original file line number Diff line number Diff line change 2525 <td class =" view-detail" ><a href =" #" >{{ svg " octicon-note" 16 }} </a ></td >
2626 </tr >
2727 {{ else }}
28- <tr class="no-results-row" ><td class="tw-text-center" colspan="6">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
28+ <tr ><td class =" tw-text-center" colspan =" 6" >{{ ctx.Locale.Tr " no_results_found" }} </td ></tr >
2929 {{ end }}
3030 </tbody >
3131 {{ if .Notices }}
Original file line number Diff line number Diff line change 6767 <td><a href="{{.OrganisationLink}}/settings" data-tooltip-content="{{ctx.Locale.Tr "edit"}}">{{svg "octicon-pencil"}}</a></td>
6868 </tr>
6969 {{else}}
70- <tr class="no-results-row" ><td class="tw-text-center" colspan="7">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
70+ <tr><td class="tw-text-center" colspan="7">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
7171 {{end}}
7272 </tbody>
7373 </table>
Original file line number Diff line number Diff line change 7575 <td><a class="delete-button" href="" data-url="{{$.Link}}/delete?page={{$.Page.Paginater.Current}}&sort={{$.SortType}}" data-id="{{.Version.ID}}" data-name="{{.Package.Name}}" data-data-version="{{.Version.Version}}">{{svg "octicon-trash"}}</a></td>
7676 </tr>
7777 {{else}}
78- <tr class="no-results-row" ><td class="tw-text-center" colspan="10">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
78+ <tr><td class="tw-text-center" colspan="10">{{ctx.Locale.Tr "no_results_found"}}</td></tr>
7979 {{end}}
8080 </tbody>
8181 </table>
You can’t perform that action at this time.
0 commit comments