Merge pull request #12113 from pratu16x7/leaderboard

Add Leaderboard to desktop
This commit is contained in:
Prateeksha Singh
2017-12-20 11:39:05 +05:30
committed by GitHub
2 changed files with 20 additions and 12 deletions

View File

@@ -134,6 +134,14 @@ def get_data():
"link": "pos",
"label": _("POS")
},
{
"module_name": "Leaderboard",
"color": "#589494",
"icon": "octicon octicon-graph",
"type": "page",
"link": "leaderboard",
"label": _("Leaderboard")
},
{
"module_name": "Projects",
"color": "#8e44ad",