notice -> permalink in notices

darcs-hash:20080709004349-84dde-bb19f619819eac92df8b4e534bee2d66fc7258c9.gz
This commit is contained in:
Evan Prodromou 2008-07-08 20:43:49 -04:00
parent ec9de70539
commit de2e36eeb7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class StreamAction extends Action {
common_element_end('p');
$noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
common_element_start('p', 'time');
common_element('a', array('class' => 'notice',
common_element('a', array('class' => 'permalink',
'href' => $noticeurl,
'title' => common_exact_date($notice->created)),
common_date_string($notice->created));