From 2090e0aa78daea617c605239a9cb1aaddfcf3228 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 29 Jul 2008 23:26:51 -0400 Subject: show where a notice came from darcs-hash:20080730032651-84dde-0685ec5f899129bc75745ca8d1d083f56f3f1ff5.gz --- actions/showstream.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actions') diff --git a/actions/showstream.php b/actions/showstream.php index fba68d129..0f4d79d27 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -400,6 +400,10 @@ class ShowstreamAction extends StreamAction { 'href' => $noticeurl, 'title' => common_exact_date($notice->created)), common_date_string($notice->created)); + if ($notice->source) { + common_text(_(' from ')); + $this->source_link($notice->source); + } if ($notice->reply_to) { $replyurl = common_local_url('shownotice', array('notice' => $notice->reply_to)); common_text(' ('); -- cgit v1.2.3-54-g00ecf