Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php |
— | — | @@ -374,9 +374,9 @@ |
375 | 375 | return '-'; |
376 | 376 | } |
377 | 377 | case 'cr_path': |
378 | | - $title = $this->mRepo->getName() . '/path'; |
| 378 | + $title = $this->mRepo->getName(); |
379 | 379 | if( $this->mView->mAuthor ) { |
380 | | - $title .= '/' . $this->mView->mAuthor; |
| 380 | + $title .= '/author/' . $this->mView->mAuthor; |
381 | 381 | } |
382 | 382 | |
383 | 383 | return Xml::openElement( 'div', array( 'title' => (string)$value ) ) . |