contrib/nitpg: make player list more easy to read
authorAlexandre Terrasa <alexandre@moz-code.org>
Sat, 7 Feb 2015 00:47:46 +0000 (01:47 +0100)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 11 Feb 2015 01:10:04 +0000 (02:10 +0100)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/nitrpg/src/templates/panels.nit

index 29ee7a7..89d6431 100644 (file)
@@ -170,7 +170,7 @@ class ShortListPlayersPanel
                end
                (new PlayerCoinComparator).sort(players)
                for player in players do
-                       add "{player.link}&nbsp;({player.nitcoins})<br>"
+                       add "{player.nitcoins} - {player.link}<br>"
                end
        end
 end