git ssb

30+

cel / git-ssb-web



Commit 4486b54b5b116a7f44ff2cf6a11f5d30b2b5add6

Show message ID in repo update view

Charles Lehner committed on 3/30/2016, 1:48:18 AM
Parent: 5ea8d8303a62caf2c168933e74ef4c5ad4b76217

Files changed

index.jschanged
index.jsView
@@ -1121,9 +1121,9 @@
11211121 if (raw)
11221122 return renderRepoPage(repo, null, pull.once(
11231123 '<a href="?" class="raw-link header-align">Info</a>' +
11241124 '<h3>Update</h3>' +
1125- '<section class="collapse">' + json(msg) + '</section>'))
1125+ '<section class="collapse">' + json({key: id, value: msg}) + '</section>'))
11261126
11271127 // convert packs to old single-object style
11281128 if (msg.content.indexes) {
11291129 for (var i = 0; i < msg.content.indexes.length; i++) {

Built with git-ssb-web