Merge branch 'page_title_showstream' into 'nightly'
Show page title in user's profile page Enable page title on user's profile page to make it consistent with all other pages and better orient users.  See merge request !22
This commit is contained in:
commit
3255e2e1b8
@ -58,7 +58,6 @@ class ShowstreamAction extends NoticestreamAction
|
||||
return $stream;
|
||||
}
|
||||
|
||||
|
||||
function title()
|
||||
{
|
||||
$base = $this->target->getFancyName();
|
||||
@ -74,7 +73,7 @@ class ShowstreamAction extends NoticestreamAction
|
||||
}
|
||||
} else {
|
||||
if ($this->page == 1) {
|
||||
return $base;
|
||||
return sprintf(_('Notices by %s'), $base);
|
||||
} else {
|
||||
// TRANS: Extended page title showing tagged notices in one user's timeline.
|
||||
// TRANS: %1$s is the username, %2$d is the page number.
|
||||
|
@ -693,10 +693,6 @@ address .poweredby {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
#showstream h1 {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#remoteprofile .notice .h-entry,
|
||||
#showstream .notice .h-entry,
|
||||
#remoteprofile .notice .entry-title,
|
||||
|
Loading…
x
Reference in New Issue
Block a user