show addressee arrow if just a notice to a user

This commit is contained in:
Evan Prodromou 2011-04-16 15:39:34 -04:00
parent 83dfe5ed3e
commit 1c3ce200e7
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class NoticeListItem extends Widget
if (!$first) {
$this->out->text(', ');
} else {
$this->out->text(' ▶ ');
$first = false;
}
$this->out->element('a', array('href' => $reply->profileurl,