Index: src/wp-admin/my-sites.php
===================================================================
--- src/wp-admin/my-sites.php	(revision 51561)
+++ src/wp-admin/my-sites.php	(working copy)
@@ -78,7 +78,10 @@
 	_e( 'You must be a member of at least one site to use this page.' );
 	echo '</p>';
 else :
-	?>
+	// Include link to Network Admin before sites list.
+	if ( current_user_can( 'manage_network' ) ) : ?>
+		<p><a href="<?php echo network_admin_url(); ?>"><?php _e( 'Network Admin' ); ?></a></p>
+	<?php endif; ?>
 
 <hr class="wp-header-end">
 
