mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Board feed story - make the task a link too
Summary: looks better, more useful Test Plan: looked better, was more useful when I observed my feed Reviewers: chad, epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8394
This commit is contained in:
parent
3787a8d3db
commit
28f3f8bf7b
1 changed files with 2 additions and 1 deletions
|
@ -659,8 +659,9 @@ final class ManiphestTransaction
|
|||
$project_phid = $new['projectPHID'];
|
||||
$column_phid = head($new['columnPHIDs']);
|
||||
return pht(
|
||||
'%s moved this task to %s on the %s workboard.',
|
||||
'%s moved %s to %s on the %s workboard.',
|
||||
$this->renderHandleLink($author_phid),
|
||||
$this->renderHandleLink($object_phid),
|
||||
$this->renderHandleLink($column_phid),
|
||||
$this->renderHandleLink($project_phid));
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue