display history of topic updates on topic details page
[websub-hub] / src / template / admin-topic-details-html.js
index 8a20ec7db96119bf64d2bfcc4f0204634b5c83b5..abf441adfe8178d5d2a1104e0b848791fc023c16 100644 (file)
@@ -44,6 +44,10 @@ module.exports = (ctx, options) => {
     `        </tbody>
         </table>
       </section>`,
+    `      <section class="history">
+        <p>Topic Publish History &mdash; ${ctx.publishCount} updates in the last ${ctx.publishSpan} days</p>
+        <img title="Topic Publish History" src="${ctx.params.topicId}/history.svg">
+      </section>`,
     `      <section class="subscriptions">
         <p>${ctx.subscriptions.length ? ctx.subscriptions.length : 'no'} subscription${(ctx.subscriptions.length === 1) ? '' : 's'}</p>
         <table>