@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.

Fix Back to HEAD link

Summary: I missed an anchor tag here, adds it back

Test Plan: View blame, click a previous version of the file, click Back to HEAD link.

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

Differential Revision: https://secure.phabricator.com/D18451

+1
+1
src/applications/diffusion/controller/DiffusionBrowseController.php
··· 1601 1601 $head = null; 1602 1602 if ($behind_head) { 1603 1603 $head = id(new PHUIButtonView()) 1604 + ->setTag('a') 1604 1605 ->setText(pht('Back to HEAD')) 1605 1606 ->setHref($head_uri) 1606 1607 ->setIcon('fa-home')