jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/327361 )

Change subject: Show the user icon on watchlist page
......................................................................


Show the user icon on watchlist page

Bug: T146834
Change-Id: I7c1549a9edeb53d7a1846a357ac9c3cc066b303e
---
M includes/specials/MobileSpecialPageFeed.php
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Jdlrobson: Looks good to me, approved

Objections:
  D3r1ck01: There's a problem with this change, please improve



diff --git a/includes/specials/MobileSpecialPageFeed.php 
b/includes/specials/MobileSpecialPageFeed.php
index 95fecac..81800f3 100644
--- a/includes/specials/MobileSpecialPageFeed.php
+++ b/includes/specials/MobileSpecialPageFeed.php
@@ -17,7 +17,10 @@
         */
        public function execute( $par ) {
                $out = $this->getOutput();
-               $out->addModuleStyles( 'mobile.special.pagefeed.styles' );
+               $out->addModuleStyles( [
+                       'mobile.special.pagefeed.styles',
+                       'skins.minerva.icons.images.scripts'
+               ] );
                $this->setHeaders();
                $out->setProperty( 'unstyledContent', true );
                parent::execute( $par );

-- 
To view, visit https://gerrit.wikimedia.org/r/327361
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7c1549a9edeb53d7a1846a357ac9c3cc066b303e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: MtDu <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: MtDu <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to