Commit 6a3032b17d025bd77eb816648c49ffc01d7a8361
Add missing column header
cel committed on 9/22/2017, 8:59:45 PMParent: 9110e551179f40de7b323d7fd8cfcbd41bac8e8d
Files changed
lib/render.js | changed |
lib/render.js | ||
---|---|---|
@@ -402,13 +402,14 @@ | ||
402 | 402 … | }) |
403 | 403 … | done(function (err, mentionEls) { |
404 | 404 … | cb(null, h('table', |
405 | 405 … | 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') | |
411 | 412 … | )), |
412 | 413 … | h('tbody', mentionEls) |
413 | 414 … | )) |
414 | 415 … | }) |
Built with git-ssb-web