@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionBrowseController.php
··· 1134 1134 $before_link = null; 1135 1135 $commit_date = null; 1136 1136 1137 - $style = 'border-right: 2px solid '.$line['color'].';'; 1137 + $style = 'border-right: 3px solid '.$line['color'].';'; 1138 1138 1139 1139 if ($identifier && !$line['duplicate']) { 1140 1140 if (isset($commit_links[$identifier])) {