Commit 500d0ca643c314287e8cc65b29d8be746293b30b
Format commit IDs fixed-width in Activity view
Charles Lehner committed on 4/21/2016, 2:33:01 AMParent: 9bc45d19cb1aa7c79e3fb4cf5155fd40bb547445
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -1454,9 +1454,9 @@ | ||
1454 | 1454 | if (!update.value) { |
1455 | 1455 | return req._t('DeletedBranch', {branch: name}) |
1456 | 1456 | } else { |
1457 | 1457 | var commitLink = link([repo.id, 'commit', update.value]) |
1458 | - return name + ' → ' + commitLink | |
1458 | + return name + ' → <tt>' + commitLink + '</tt>' | |
1459 | 1459 | } |
1460 | 1460 | }).join('<br>') + |
1461 | 1461 | '</section>' |
1462 | 1462 | } |
Built with git-ssb-web