habitica/views/options/index.jade
2013-08-27 22:56:07 -04:00

55 lines
No EOL
1.1 KiB
Text

.module.full-width
span.option-box.pull-right.wallet
app:rewards:user-gems
tabset
tab
tab-heading
i.icon-user
| Profile
include ./profile
tab
tab-heading
i.icon-heart
| Groups
app:groups:groups-pane
tab(ng-show='user.flags.dropsEnabled')
tab-heading
i.icon-gift
| Inventory
.row-fluid
.span6.border-right
h2 Inventory
app:avatar:inventory
.span6
h2 Market
app:game-pane:market
tab(ng-show='user.flags.dropsEnabled')
tab-heading
i.icon-leaf
| Stable
app:pets:stable
tab
tab-heading
i.icon-eye-close
| Tavern
app:groups:group(group='{_habitRPG}')
tab
tab-heading
i.icon-certificate
| Achievements
app:avatar:achievements(profile='{{_user}}')
// <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