mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-04 00:18:21 +02: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:
parent
6018ef91b8
commit
b303d719ef
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ final class PhabricatorTokenGivenFeedStory
|
||||||
public function renderView() {
|
public function renderView() {
|
||||||
$view = $this->newStoryView();
|
$view = $this->newStoryView();
|
||||||
$author_phid = $this->getValue('authorPHID');
|
$author_phid = $this->getValue('authorPHID');
|
||||||
|
$view->setAppIcon('fa-trophy');
|
||||||
|
|
||||||
$href = $this->getHandle($this->getPrimaryObjectPHID())->getURI();
|
$href = $this->getHandle($this->getPrimaryObjectPHID())->getURI();
|
||||||
$view->setHref($href);
|
$view->setHref($href);
|
||||||
|
|
Loading…
Add table
Reference in a new issue