render_tag -> tag: pinboards

Summary: Fix pinboard callsites.

Test Plan: Looked at Pholio and Macro.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Maniphest Tasks: T2432

Differential Revision: https://secure.phabricator.com/D4690
This commit is contained in:
epriestley
2013-01-28 18:44:54 -08:00
parent edfcd7bd2d
commit 9a0ae6376f
3 changed files with 12 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ final class PhabricatorMacroListController
if ($file->getAuthorPHID()) {
$author_handle = $this->getHandle($file->getAuthorPHID());
$item->appendChild(
'Created by '.$author_handle->renderLink());
pht('Created by %s', $author_handle->renderLink()));
}
$datetime = phabricator_date($file->getDateCreated(), $viewer);
$item->appendChild(