Commit f0426f5208e1a3ca3264f7940e4d4edaf072d3fa
Add hint parameters for 'created' links
cel committed on 1/10/2018, 8:06:54 AMParent: 7052ddce7a33724467c076dff4217c73001d4a8c
Files changed
lib/serve.js | changed |
lib/serve.js | |||
---|---|---|---|
@@ -1807,8 +1807,10 @@ | |||
1807 | 1807 … | ph('a', {href: | |
1808 | 1808 … | self.app.render.toUrl('/git/blob/' | |
1809 | 1809 … | + (file.hash[1] || file.hash[0]) | |
1810 | 1810 … | + '?msg=' + encodeURIComponent(msg.key)) | |
1811 … | + + '&commit=' + rev | ||
1812 … | + + '&path=' + encodeURIComponent(file.name) | ||
1811 | 1813 … | }, 'created') | |
1812 | 1814 … | : file.hash ? | |
1813 | 1815 … | ph('a', {href: | |
1814 | 1816 … | self.app.render.toUrl('/git/diff/' |
Built with git-ssb-web