Add navbar to profile

This commit is contained in:
Szabolcs Gelencser 2015-02-26 12:19:32 -08:00
parent 8b721a7c47
commit a6ad04af53
2 changed files with 9 additions and 0 deletions

View file

@ -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"

View file

@ -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