mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -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:
|
account:
|
||||||
recently_played: "Recently Played"
|
recently_played: "Recently Played"
|
||||||
no_recent_games: "No games played during the past two weeks."
|
no_recent_games: "No games played during the past two weeks."
|
||||||
|
profile: "Profile"
|
||||||
payments: "Payments"
|
payments: "Payments"
|
||||||
purchased: "Purchased"
|
purchased: "Purchased"
|
||||||
subscription: "Subscription"
|
subscription: "Subscription"
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
extends /templates/common/user
|
extends /templates/common/user
|
||||||
|
|
||||||
block append content
|
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
|
if user
|
||||||
.vertical-buffer
|
.vertical-buffer
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Reference in a new issue