git ssb

30+

cel / git-ssb-web



Commit b0dfebebfbc5181016f984893778eab06ca304f7

Fix typo

cel committed on 12/23/2016, 11:47:05 PM
Parent: 9a0cb9753aa09409d5e2c0281ea1c6fe95dbdd12

Files changed

lib/repos/pulls.jschanged
lib/repos/pulls.jsView
@@ -25,9 +25,9 @@
2525 P.serveRepoPullReq = function (req, repo, pr, path, postId) {
2626 var self = this
2727 var headRepo, authorLink
2828 var page = path[0] || 'activity'
29- var title = u.formatMarkdownTitle(pr.title)) + ' · %{author}/%{repo}'
29 + var title = u.formatMarkdownTitle(pr.title) + ' · %{author}/%{repo}'
3030 return self.repo.serveRepoTemplate(req, repo, 'pulls', null, title, cat([
3131 pull.once('<div class="pull-request">' +
3232 '<h3>' + u.link([pr.id], u.formatMarkdownTitle(pr.title)) + '</h3>' +
3333 '<code>' + pr.id + '</code>'),

Built with git-ssb-web