2013-08-28 22:11:00 +00:00
|
|
|
.grid
|
|
|
|
|
.module.full-width
|
|
|
|
|
span.option-box.pull-right.wallet
|
|
|
|
|
app:rewards:user-gems
|
|
|
|
|
|
|
|
|
|
tabset
|
|
|
|
|
tab
|
|
|
|
|
tab-heading
|
|
|
|
|
i.icon-user
|
|
|
|
|
| Profile
|
|
|
|
|
include ./profile
|
|
|
|
|
|
2013-08-30 00:18:39 +00:00
|
|
|
tab
|
2013-08-28 22:11:00 +00:00
|
|
|
tab-heading
|
|
|
|
|
i.icon-heart
|
|
|
|
|
| Groups
|
2013-08-30 00:18:39 +00:00
|
|
|
include ./groups/index
|
2013-08-28 22:11:00 +00:00
|
|
|
|
2013-08-30 00:18:39 +00:00
|
|
|
//-tab(ng-show='user.flags.dropsEnabled')
|
2013-08-28 22:11:00 +00:00
|
|
|
tab-heading
|
|
|
|
|
i.icon-gift
|
|
|
|
|
| Inventory
|
|
|
|
|
.row-fluid
|
|
|
|
|
.span6.border-right
|
|
|
|
|
h2 Inventory
|
|
|
|
|
app:avatar:inventory
|
|
|
|
|
.span6
|
|
|
|
|
h2 Market
|
|
|
|
|
app:game-pane:market
|
|
|
|
|
|
2013-08-30 00:18:39 +00:00
|
|
|
//-tab(ng-show='user.flags.dropsEnabled')
|
2013-08-28 22:11:00 +00:00
|
|
|
tab-heading
|
|
|
|
|
i.icon-leaf
|
|
|
|
|
| Stable
|
|
|
|
|
app:pets:stable
|
|
|
|
|
|
2013-08-30 00:18:39 +00:00
|
|
|
tab
|
2013-08-28 22:11:00 +00:00
|
|
|
tab-heading
|
|
|
|
|
i.icon-eye-close
|
|
|
|
|
| Tavern
|
2013-08-30 00:18:39 +00:00
|
|
|
include ./groups/tavern
|
2013-08-28 22:11:00 +00:00
|
|
|
|
|
|
|
|
tab
|
|
|
|
|
tab-heading
|
|
|
|
|
i.icon-certificate
|
|
|
|
|
| Achievements
|
|
|
|
|
div(ng-controller='UserAvatarCtrl')
|
|
|
|
|
include ../shared/profiles/achievements
|
|
|
|
|
|
|
|
|
|
// <li><a data-toggle='tab' data-target="#profile-challenges" id='profile-challenges-tab-link' ><i class='icon-bullhorn'></i> Challenges</a></li>
|
|
|
|
|
// app:challenges:main
|
|
|
|
|
|
|
|
|
|
tab
|
|
|
|
|
tab-heading
|
|
|
|
|
i.icon-wrench
|
|
|
|
|
| Settings
|
|
|
|
|
include ./settings
|