Commit 14c6604e9dbde43363ceabea4f528ced348c5652
serveRepoActivity hyperscript
mix irving committed on 11/10/2016, 9:54:08 AMParent: b21a1cc155a2a9eb28578b4039724c3b15fec207
Files changed
lib/repos/index.js | changed |
lib/repos/index.js | |||
---|---|---|---|
@@ -312,9 +312,9 @@ | |||
312 | 312 … | R.serveRepoActivity = function (req, repo, branch) { | |
313 | 313 … | var self = this | |
314 | 314 … | var title = req._t('Activity') + ' · %{author}/%{repo}' | |
315 | 315 … | return self.renderRepoPage(req, repo, 'activity', branch, title, cat([ | |
316 | - pull.once('<h3>' + req._t('Activity') + '</h3>'), | ||
316 … | + h('h3', req._t('Activity')), | ||
317 | 317 … | pull( | |
318 | 318 … | self.web.ssb.links({ | |
319 | 319 … | dest: repo.id, | |
320 | 320 … | rel: 'repo', |
Built with git-ssb-web