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

Add back token story icon

Summary: Adds it back

Test Plan: Give token, view story

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11498
This commit is contained in:
Chad Little 2015-01-25 15:12:54 -08:00
parent 6018ef91b8
commit b303d719ef

View file

@ -23,6 +23,7 @@ final class PhabricatorTokenGivenFeedStory
public function renderView() {
$view = $this->newStoryView();
$author_phid = $this->getValue('authorPHID');
$view->setAppIcon('fa-trophy');
$href = $this->getHandle($this->getPrimaryObjectPHID())->getURI();
$view->setHref($href);