resolve merge conflict in navbar

This commit is contained in:
Nathan Leniz
2015-03-21 18:53:15 +09:00
2 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,7 @@ block content
.col-xs-12.col-sm-12.col-md-3.text-center
.background-svg.img-center
.points-on-top
= "[ " + points + " ]"
= "[ " + user.progressTimestamps.length + " ]"
.row

View File

@ -12,7 +12,7 @@
.collapse.navbar-collapse
ul.nav.navbar-nav.navbar-right.hamburger-dropdown
li
a(href='/challenges') Challenges
a(href='/courseware') Challenges
li
a(href='/chat') Chat
li
@ -26,6 +26,7 @@
else
li
if (user.profile.username)
a(href='/' + user.profile.username) [ #{user.progressTimestamps.length} ]
else