git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit eef541ee269f9363a161964af9193734d505418e

Fix typos

Charles Lehner committed on 8/3/2016, 10:57:27 PM
Parent: f87cf52b80cde6f8bec32cfd25ce0f2fce489fcb

Files changed

modules/git.jschanged
modules/notifications.jschanged
modules/git.jsView
@@ -54,9 +54,9 @@
5454 return h('a.timestamp', {
5555 timestamp: msg.value.timestamp,
5656 title: date,
5757 href: '#'+msg.key
58- }, human(date)
58+ }, human(date))
5959 }
6060
6161 // a thead+tbody where the thead only is added when the first row is added
6262 function tableRows(headerRow) {
modules/notifications.jsView
@@ -33,9 +33,9 @@
3333 if (typeof id === 'object' && typeof id.link === 'string') id = id.link
3434 sbot_get(id, function (err, msg) {
3535 if (err && err.name == 'NotFoundError') cb(null, false)
3636 else if (err) cb(err)
37- else if (msg.content.type === 'issue' || msg.content.type === 'project')
37+ else if (msg.content.type === 'issue' || msg.content.type === 'pull-request')
3838 isOurMsg(msg.content.repo || msg.content.project, cb)
3939 else cb(err, msg.author in ourIds)
4040 })
4141 }

Built with git-ssb-web