notice -> permalink in notices
darcs-hash:20080709004349-84dde-bb19f619819eac92df8b4e534bee2d66fc7258c9.gz
This commit is contained in:
parent
ec9de70539
commit
de2e36eeb7
|
@ -82,7 +82,7 @@ class StreamAction extends Action {
|
||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
$noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
|
$noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
|
||||||
common_element_start('p', 'time');
|
common_element_start('p', 'time');
|
||||||
common_element('a', array('class' => 'notice',
|
common_element('a', array('class' => 'permalink',
|
||||||
'href' => $noticeurl,
|
'href' => $noticeurl,
|
||||||
'title' => common_exact_date($notice->created)),
|
'title' => common_exact_date($notice->created)),
|
||||||
common_date_string($notice->created));
|
common_date_string($notice->created));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user