Add leaderboard to desktop

This commit is contained in:
Prateeksha Singh
2017-12-20 10:51:25 +05:30
parent 5a344576b8
commit 04c4ce353c
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",