Commit 4486b54b5b116a7f44ff2cf6a11f5d30b2b5add6
Show message ID in repo update view
Charles Lehner committed on 3/30/2016, 1:48:18 AMParent: 5ea8d8303a62caf2c168933e74ef4c5ad4b76217
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -1121,9 +1121,9 @@ | ||
1121 | 1121 | if (raw) |
1122 | 1122 | return renderRepoPage(repo, null, pull.once( |
1123 | 1123 | '<a href="?" class="raw-link header-align">Info</a>' + |
1124 | 1124 | '<h3>Update</h3>' + |
1125 | - '<section class="collapse">' + json(msg) + '</section>')) | |
1125 | + '<section class="collapse">' + json({key: id, value: msg}) + '</section>')) | |
1126 | 1126 | |
1127 | 1127 | // convert packs to old single-object style |
1128 | 1128 | if (msg.content.indexes) { |
1129 | 1129 | for (var i = 0; i < msg.content.indexes.length; i++) { |
Built with git-ssb-web