mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Add navbar to profile
This commit is contained in:
parent
8b721a7c47
commit
a6ad04af53
2 changed files with 9 additions and 0 deletions
|
@ -932,6 +932,7 @@
|
|||
account:
|
||||
recently_played: "Recently Played"
|
||||
no_recent_games: "No games played during the past two weeks."
|
||||
profile: "Profile"
|
||||
payments: "Payments"
|
||||
purchased: "Purchased"
|
||||
subscription: "Subscription"
|
||||
|
|
|
@ -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="account.profile")
|
||||
|
||||
if user
|
||||
.vertical-buffer
|
||||
.row
|
||||
|
|
Loading…
Reference in a new issue