git ssb

30+

cel / git-ssb-web



Commit b21a1cc155a2a9eb28578b4039724c3b15fec207

complete serveRepoTree hyperscript

mix irving committed on 11/10/2016, 9:52:29 AM
Parent: 04a741b158312598e6aceb27dd497782af7157b8

Files changed

lib/repos/index.jschanged
lib/repos/index.jsView
@@ -300,11 +300,9 @@
300300 ]),
301301 u.when(type === 'Branch', () => renderRepoLatest(req, repo, rev))
302302 ]),
303303 rev ? cat([
304- pull.once('<section class="files">'),
305- renderRepoTree(req, repo, rev, path),
306- pull.once('</section>'),
304 + h('section', {class: 'files'}, renderRepoTree(req, repo, rev, path)),
307305 this.renderRepoReadme(req, repo, rev, path)
308306 ]) : this.serveEmptyRepo(req, repo)
309307 ]))
310308 }

Built with git-ssb-web