Added fragment identifier to the "in context" URL which points to
the notice location in the Conversation page.
This commit is contained in:
parent
5cc5bae4a9
commit
0eb77e6753
|
@ -432,7 +432,7 @@ class NoticeListItem extends Widget
|
|||
$this->out->elementStart('dl', 'response');
|
||||
$this->out->element('dt', null, _('To'));
|
||||
$this->out->elementStart('dd');
|
||||
$this->out->element('a', array('href' => $convurl),
|
||||
$this->out->element('a', array('href' => $convurl.'#notice-'.$this->notice->id),
|
||||
_('in context'));
|
||||
$this->out->elementEnd('dd');
|
||||
$this->out->elementEnd('dl');
|
||||
|
|
Loading…
Reference in New Issue
Block a user