git ssb

30+

cel / git-ssb-web



Commit 500d0ca643c314287e8cc65b29d8be746293b30b

Format commit IDs fixed-width in Activity view

Charles Lehner committed on 4/21/2016, 2:33:01 AM
Parent: 9bc45d19cb1aa7c79e3fb4cf5155fd40bb547445

Files changed

index.jschanged
index.jsView
@@ -1454,9 +1454,9 @@
14541454 if (!update.value) {
14551455 return req._t('DeletedBranch', {branch: name})
14561456 } else {
14571457 var commitLink = link([repo.id, 'commit', update.value])
1458- return name + ' → ' + commitLink
1458+ return name + ' &rarr; <tt>' + commitLink + '</tt>'
14591459 }
14601460 }).join('<br>') +
14611461 '</section>'
14621462 }

Built with git-ssb-web