resolve merge conflict in navbar
This commit is contained in:
@ -41,7 +41,7 @@ block content
|
|||||||
.col-xs-12.col-sm-12.col-md-3.text-center
|
.col-xs-12.col-sm-12.col-md-3.text-center
|
||||||
.background-svg.img-center
|
.background-svg.img-center
|
||||||
.points-on-top
|
.points-on-top
|
||||||
= "[ " + points + " ]"
|
= "[ " + user.progressTimestamps.length + " ]"
|
||||||
|
|
||||||
|
|
||||||
.row
|
.row
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
.collapse.navbar-collapse
|
.collapse.navbar-collapse
|
||||||
ul.nav.navbar-nav.navbar-right.hamburger-dropdown
|
ul.nav.navbar-nav.navbar-right.hamburger-dropdown
|
||||||
li
|
li
|
||||||
a(href='/challenges') Challenges
|
a(href='/courseware') Challenges
|
||||||
li
|
li
|
||||||
a(href='/chat') Chat
|
a(href='/chat') Chat
|
||||||
li
|
li
|
||||||
@ -26,6 +26,7 @@
|
|||||||
else
|
else
|
||||||
li
|
li
|
||||||
if (user.profile.username)
|
if (user.profile.username)
|
||||||
|
|
||||||
a(href='/' + user.profile.username) [ #{user.progressTimestamps.length} ]
|
a(href='/' + user.profile.username) [ #{user.progressTimestamps.length} ]
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user