1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 16:22:43 +01:00

Widen blame age line in blame view

Summary: 50% more line, no additional cost! Order Now! Operators are standing by.

Test Plan: Blame a file

Reviewers: epriestley, avivey

Reviewed By: avivey

Spies: Korvin

Differential Revision: https://secure.phabricator.com/D18481
This commit is contained in:
Chad Little 2017-08-28 10:55:23 -07:00
parent 750be1c92a
commit 37843127e9

View file

@ -1134,7 +1134,7 @@ final class DiffusionBrowseController extends DiffusionController {
$before_link = null;
$commit_date = null;
$style = 'border-right: 2px solid '.$line['color'].';';
$style = 'border-right: 3px solid '.$line['color'].';';
if ($identifier && !$line['duplicate']) {
if (isset($commit_links[$identifier])) {