Skip to content

Commit

Permalink
Rename col
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 6, 2024
1 parent 8d69573 commit a918b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/builds.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
script(src='builds.js')

0 comments on commit a918b11

Please sign in to comment.