habitica/views/options/index.jade

55 lines
1.2 KiB
Text
Raw Normal View History

.module.full-width
span.option-box.pull-right.wallet
app:rewards:user-gems
2013-08-28 01:54:11 +00:00
tabset
tab
tab-heading
i.icon-user
| Profile
2013-08-28 01:54:11 +00:00
include ./profile
tab
tab-heading
i.icon-heart
| Groups
2013-08-28 01:54:11 +00:00
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
2013-08-28 01:54:11 +00:00
tab(ng-show='user.flags.dropsEnabled')
tab-heading
i.icon-leaf
| Stable
app:pets:stable
2013-08-28 01:54:11 +00:00
tab
tab-heading
i.icon-eye-close
| Tavern
app:groups:group(group='{_habitRPG}')
2013-08-28 01:54:11 +00:00
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
app:settings:settings-pane