git ssb

30+

cel / git-ssb-web



Commit 14c6604e9dbde43363ceabea4f528ced348c5652

serveRepoActivity hyperscript

mix irving committed on 11/10/2016, 9:54:08 AM
Parent: b21a1cc155a2a9eb28578b4039724c3b15fec207

Files changed

lib/repos/index.jschanged
lib/repos/index.jsView
@@ -312,9 +312,9 @@
312312 R.serveRepoActivity = function (req, repo, branch) {
313313 var self = this
314314 var title = req._t('Activity') + ' · %{author}/%{repo}'
315315 return self.renderRepoPage(req, repo, 'activity', branch, title, cat([
316- pull.once('<h3>' + req._t('Activity') + '</h3>'),
316 + h('h3', req._t('Activity')),
317317 pull(
318318 self.web.ssb.links({
319319 dest: repo.id,
320320 rel: 'repo',

Built with git-ssb-web