Tucker McKnight <tmcknight@instructure.com> | Sat Jul 25 2026
Style changes for latest commits in header
84 85 86 87 88 89
m('div', {class: "row"}, [
m('div', {class: "col-6 col-lg-12 pb-0 pb-lg-2"}, [
m('div', {class: "text-white d-inline-block"}, [
m('div', {class: "latest-commit fs-5 fw-light"}, [
m('span', {class: 'me-1'}, `Latest in ${ref.name}`),
m('a', {href: nav.rssFeed(), class: "fw-light p-0 btn badge shadow-none"}, [
m('img', {84 85 86 87 88 89
m('div', {class: "row"}, [
m('div', {class: "col-6 col-lg-12 pb-0 pb-lg-2"}, [
m('div', {class: "text-white d-inline-block"}, [
m('div', {class: "latest-commit fs-6 fw-light"}, [
m('span', {class: 'me-1'}, `Latest in ${ref.name}`),
m('a', {href: nav.rssFeed(), class: "fw-light p-0 btn badge shadow-none"}, [
m('img', {95 96 97 98 99 100
'RSS',
]),
]),
m('div', {class: "small font-monospace"}, [
`${latestCommit.date.toDateString().split(' ').slice(1).join(' ')} `,
m('a', {href: nav.commit(latestCommit.hash), class: "fw-bold link-info"}, latestCommit.hash.substr(0, 6))
]),95 96 97 98 99 100
'RSS',
]),
]),
m('div', {class: "font-monospace"}, [
`${latestCommit.date.toDateString().split(' ').slice(1).join(' ')} `,
m('a', {href: nav.commit(latestCommit.hash), class: "fw-bold link-info"}, latestCommit.hash.substr(0, 6))
]),103 104 105 106 107 108 109
]),
m('div', {class: "col-6 col-lg-12 pb-3 pb-lg-0"}, [
m('div', {class: "text-white d-inline-block"}, [
m('div', {class: "latest-commit fs-5 fw-light"}, 'Latest overall'),
m('div', {class: "small font-monospace"}, [
`${mostRecentCommitOverall.commit.date.toDateString().split(' ').slice(1).join(' ')} `,
m('a', {
href: nav.commit(mostRecentCommitOverall.commit.hash),103 104 105 106 107 108 109
]),
m('div', {class: "col-6 col-lg-12 pb-3 pb-lg-0"}, [
m('div', {class: "text-white d-inline-block"}, [
m('div', {class: "latest-commit fs-6 fw-light"}, 'Latest overall'),
m('div', {class: "font-monospace"}, [
`${mostRecentCommitOverall.commit.date.toDateString().split(' ').slice(1).join(' ')} `,
m('a', {
href: nav.commit(mostRecentCommitOverall.commit.hash),150 151 152 153 154 155
font-size: 0;
}
.latest-commit {
line-height: normal;
}
.language-col {
background: black;150 151 152 153 154 155
font-size: 0;
}
.latest-commit {
/* line-height: normal; */
}
.language-col {
background: black;