diff --git a/app/locale/en.coffee b/app/locale/en.coffee index c3e313084..fa3fafe75 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -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" diff --git a/app/templates/user/main-user-view.jade b/app/templates/user/main-user-view.jade index 611d212e8..ecea488e1 100644 --- a/app/templates/user/main-user-view.jade +++ b/app/templates/user/main-user-view.jade @@ -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