mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Merge pull request #2412 from h3yduck/navbar_issue
Add "navigation bar" to user profile page (issue 2411)
This commit is contained in:
commit
473f9304fd
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
|||
extends /templates/common/user
|
||||
|
||||
block append content
|
||||
ol.breadcrumb
|
||||
li
|
||||
a(href="/")
|
||||
span.glyphicon.glyphicon-home
|
||||
li
|
||||
a(href="/account", data-i18n="nav.account")
|
||||
li.active(data-i18n="nav.profile")
|
||||
|
||||
if user
|
||||
.vertical-buffer
|
||||
.row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue