git ssb

16+

cel / patchfoo



Commit 6a3032b17d025bd77eb816648c49ffc01d7a8361

Add missing column header

cel committed on 9/22/2017, 8:59:45 PM
Parent: 9110e551179f40de7b323d7fd8cfcbd41bac8e8d

Files changed

lib/render.jschanged
lib/render.jsView
@@ -402,13 +402,14 @@
402402 })
403403 done(function (err, mentionEls) {
404404 cb(null, h('table',
405405 h('thead', h('tr',
406- h('td', 'package'),
407- h('td', 'version'),
408- h('td', 'tag'),
409- h('td', 'size'),
410- h('td', 'tarball')
406 + h('td', 'package'),
407 + h('td', 'version'),
408 + h('td', 'tag'),
409 + h('td', 'size'),
410 + h('td', 'tarball'),
411 + h('td', 'readme')
411412 )),
412413 h('tbody', mentionEls)
413414 ))
414415 })

Built with git-ssb-web