X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Fadmin-topic-details-html.js;h=e239e72612aafe41dc901cda2d9c670d2fe9c52f;hb=b806715f9288323cce7b0ab437ee78b01d26c548;hp=b598313e1c098921719d711e660f85896506b792;hpb=3ca7fccb306d0b23626befc3791ffa360b3db1e7;p=websub-hub diff --git a/src/template/admin-topic-details-html.js b/src/template/admin-topic-details-html.js index b598313..e239e72 100644 --- a/src/template/admin-topic-details-html.js +++ b/src/template/admin-topic-details-html.js @@ -51,7 +51,7 @@ module.exports = (ctx, options) => { `, `

Topic Publish History — ${ctx.publishCount} updates in the last ${ctx.publishSpan} days

- + histogram of publish history
`, `

${ctx.subscriptions.length ? ctx.subscriptions.length : 'no'} subscription${(ctx.subscriptions.length === 1) ? '' : 's'}

`,