diff --git a/views/builds.pug b/views/builds.pug index 8e3a48b..b4c1db3 100644 --- a/views/builds.pug +++ b/views/builds.pug @@ -16,7 +16,7 @@ block content th#thdocs(scope='col') Docs th(scope='col') Src th.text-nowrap(scope='col') Binaries - th.d-none.d-xl-table-cell.text-nowrap(scope='col') Last checked + th.d-none.d-xl-table-cell.text-nowrap(scope='col') Built tbody#packages-table-body each row in pkgdata tr @@ -107,4 +107,4 @@ block after_scripts script(src='https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-annotation/3.0.1/chartjs-plugin-annotation.min.js') script(src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.30.1/moment.min.js') script(src='https://cdnjs.cloudflare.com/ajax/libs/chartjs-adapter-moment/1.0.1/chartjs-adapter-moment.min.js') - script(src='builds.js') \ No newline at end of file + script(src='builds.js')