show addressee arrow if just a notice to a user
This commit is contained in:
parent
83dfe5ed3e
commit
1c3ce200e7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user