git ssb

16+

cel / patchfoo



Commit f0426f5208e1a3ca3264f7940e4d4edaf072d3fa

Add hint parameters for 'created' links

cel committed on 1/10/2018, 8:06:54 AM
Parent: 7052ddce7a33724467c076dff4217c73001d4a8c

Files changed

lib/serve.jschanged
lib/serve.jsView
@@ -1807,8 +1807,10 @@
18071807 ph('a', {href:
18081808 self.app.render.toUrl('/git/blob/'
18091809 + (file.hash[1] || file.hash[0])
18101810 + '?msg=' + encodeURIComponent(msg.key))
1811 + + '&commit=' + rev
1812 + + '&path=' + encodeURIComponent(file.name)
18111813 }, 'created')
18121814 : file.hash ?
18131815 ph('a', {href:
18141816 self.app.render.toUrl('/git/diff/'

Built with git-ssb-web