git ssb

16+

Dominic / patchbay



Commit f10d4f05f93f10bbe4bfbb914a054e6332171721

trim blob tab-title

mix irving committed on 2/3/2017, 6:53:58 AM
Parent: a09c0b2a2e68785df81ee550daccef8a409d1038

Files changed

modules_extra/blob.jschanged
modules_extra/blob.jsView
@@ -19,9 +19,9 @@
1919
2020 function screen_view (path) {
2121 if(!ref.isBlob(path)) return
2222
23- return h('Blob', [
23 + return h('Blob', { id: path, title: path.slice(0, 9) + '...' }, [
2424 h('iframe', {
2525 src: api.blob_url(path),
2626 sandbox: ''
2727 })

Built with git-ssb-web