1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Remove "Edit" text on Phame

Summary: Fixes T5731

Test Plan: Load list of self-created posts

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5731

Differential Revision: https://secure.phabricator.com/D10192
This commit is contained in:
Chad Little 2014-08-08 10:02:22 -07:00
parent a1477baa39
commit 42258ce0be

View file

@ -84,7 +84,6 @@ abstract class PhameController extends PhabricatorController {
$story->addAction(id(new PHUIIconView())
->setHref($this->getApplicationURI('post/edit/'.$post->getID().'/'))
->setText(pht('Edit'))
->setIconFont('fa-pencil'));
}