add number of completed challenges to navbar
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
img(src='#{user.profile.picture}')
|
||||
else
|
||||
img(src='#{user.gravatar(60)}')
|
||||
| #{user.profile.name || user.email || user.id}
|
||||
| #{user.profile.name || user.email || user.id} [ #{user.challengesCompleted.length} ]
|
||||
i.caret
|
||||
ul.dropdown-menu
|
||||
li
|
||||
|
Reference in New Issue
Block a user