2013-10-28 05:27:07 +00:00
|
|
|
script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
|
|
|
|
.row-fluid
|
2013-10-29 00:31:27 +00:00
|
|
|
.span4
|
2014-01-19 18:55:52 +00:00
|
|
|
h3=env.t('bodybody')
|
2014-01-20 16:51:43 +00:00
|
|
|
small
|
2014-01-19 19:11:03 +00:00
|
|
|
| 2 <span class="Pet_Currency_Gem1x inline-gems"/> /
|
|
|
|
|
= ' ' + env.t('locked')
|
2013-12-14 07:35:03 +00:00
|
|
|
|
2014-01-19 18:55:52 +00:00
|
|
|
h5=env.t('bodysize')
|
2013-12-14 07:35:03 +00:00
|
|
|
.btn-group
|
2014-01-19 20:04:03 +00:00
|
|
|
button.btn.btn-small(ng-class='{active: user.preferences.size=="slim"}', ng-click='set({"preferences.size":"slim"})')=env.t('bodyslim')
|
|
|
|
|
button.btn.btn-small(ng-class='{active: user.preferences.size=="broad"}', ng-click='set({"preferences.size":"broad"})')=env.t('bodybroad')
|
2013-12-14 07:35:03 +00:00
|
|
|
|
2013-10-28 05:27:07 +00:00
|
|
|
menu(type='list')
|
|
|
|
|
li.customize-menu
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('shirts'))
|
2013-12-14 07:35:03 +00:00
|
|
|
each shirt in ['black', 'blue', 'green', 'pink', 'white', 'yellow']
|
|
|
|
|
button.customize-option(class='{{user.preferences.size}}_shirt_'+shirt, type='button', ng-click='set({"preferences.shirt":"'+shirt+'"})')
|
|
|
|
|
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('specialshirts'))
|
2013-12-14 07:35:03 +00:00
|
|
|
each shirt in ['convict', 'cross', 'fire', 'horizon', 'ocean', 'purple', 'rainbow', 'redblue', 'thunder', 'tropical', 'zombie']
|
|
|
|
|
button.customize-option(type='button', class='{{user.preferences.size}}_shirt_'+shirt, ng-class='{locked: !user.purchased.shirt.'+shirt+'}', ng-click='unlock("shirt.'+shirt+'")')
|
2013-10-28 05:27:07 +00:00
|
|
|
menu
|
2014-01-20 16:51:43 +00:00
|
|
|
button.btn.btn-small.btn-primary(ng-hide="user.purchased.shirt.convict && user.purchased.shirt.cross && user.purchased.shirt.fire && user.purchased.shirt.horizon && user.purchased.shirt.ocean && user.purchased.shirt.purple && user.purchased.shirt.rainbow && user.purchased.shirt.redblue && user.purchased.shirt.thunder && user.purchased.shirt.tropical && user.purchased.shirt.zombie", ng-click='unlock("shirt.convict,shirt.cross,shirt.fire,shirt.horizon,shirt.ocean,shirt.purple,shirt.rainbow,shirt.redblue,shirt.thunder,shirt.tropical,shirt.zombie")')!= env.t('unlockset5') + ' <span class="Pet_Currency_Gem1x inline-gems"/>'
|
2013-12-14 07:35:03 +00:00
|
|
|
|
2013-10-22 19:19:43 +00:00
|
|
|
|
2013-10-29 00:31:27 +00:00
|
|
|
.span4
|
2014-01-19 18:55:52 +00:00
|
|
|
h3=env.t('bodyhead')
|
2014-01-20 16:51:43 +00:00
|
|
|
small
|
2014-01-19 19:11:03 +00:00
|
|
|
| 2 <span class="Pet_Currency_Gem1x inline-gems"/> /
|
|
|
|
|
= ' ' + env.t('locked')
|
2013-11-16 10:22:12 +00:00
|
|
|
menu(type='list')
|
|
|
|
|
// Color
|
|
|
|
|
li.customize-menu
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('color'))
|
2014-01-14 04:29:55 +00:00
|
|
|
each v,k in {'c8c8c8':'white','903a00':'brown','cfb853':'blond','ec720f':'red','2e2e2e':'black'}
|
|
|
|
|
button(type='button', class='customize-option', style='width: 40px; height: 40px; background-color:##{k};', ng-click='set({"preferences.hair.color": "#{v}"})')
|
2013-12-20 18:03:43 +00:00
|
|
|
|
|
|
|
|
// Special Events
|
|
|
|
|
li.customize-menu.well.limited-edition
|
2014-01-23 23:58:38 +00:00
|
|
|
.label.label-info.pull-right(popover=env.t('limited31Jan'), popover-title=env.t('limitededition'), popover-placement='right', popover-trigger='mouseenter')
|
2014-01-19 19:50:31 +00:00
|
|
|
=env.t('limitededition')
|
2014-01-23 23:58:38 +00:00
|
|
|
|
|
2013-12-20 18:03:43 +00:00
|
|
|
i.icon.icon-question-sign
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('wintercolors'))
|
2013-12-20 18:03:43 +00:00
|
|
|
each color in ['candycane','frost','winternight','holly']
|
2014-01-14 04:29:55 +00:00
|
|
|
button(type='button', ng-class='{locked: !user.purchased.hair.color.#{color}}', class='customize-option hair_bangs_1_#{color}', style='width: 40px; height: 40px;', ng-click='unlock("hair.color.#{color}")')
|
2014-01-20 16:51:43 +00:00
|
|
|
button.btn.btn-small.btn-primary(ng-hide='user.purchased.hair.color.candycane && user.purchased.hair.color.frost && user.purchased.hair.color.winternight && user.purchased.hair.color.holly', ng-click='unlock("hair.color.candycane,hair.color.frost,hair.color.winternight,hair.color.holly")')!= env.t('unlockset5') + ' <span class="Pet_Currency_Gem1x inline-gems"/>'
|
2013-12-16 20:46:54 +00:00
|
|
|
|
2014-01-19 18:55:52 +00:00
|
|
|
h5=env.t('bodyhair')
|
2013-11-16 10:22:12 +00:00
|
|
|
// Bangs
|
|
|
|
|
li.customize-menu
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('hairbangs'))
|
2014-01-14 04:29:55 +00:00
|
|
|
button(class='head_0 customize-option', type='button', ng-click='set({"preferences.hair.bangs":0})')
|
|
|
|
|
each num in [1,2,3]
|
|
|
|
|
button(class='hair_bangs_#{num}_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set({"preferences.hair.bangs":#{num}})')
|
2013-11-16 10:22:12 +00:00
|
|
|
|
2013-12-16 20:46:54 +00:00
|
|
|
// Base
|
|
|
|
|
li.customize-menu
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('hairbase'))
|
2013-12-20 17:25:23 +00:00
|
|
|
button(class='head_0 customize-option', type='button', ng-click='set({"preferences.hair.base":0})')
|
2014-01-14 04:29:55 +00:00
|
|
|
each v,k in {1:true,2:false,3:true,4:false,5:false,6:false,7:false,8:false}
|
|
|
|
|
case v
|
|
|
|
|
when true: button(class='hair_base_#{k}_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set({"preferences.hair.base":#{k}})')
|
|
|
|
|
when false: button(class='hair_base_#{k}_{{user.preferences.hair.color}} customize-option', type='button', ng-class='{locked: !user.purchased.hair.base.#{k}}', ng-click='unlock("hair.base.#{k}")')
|
2013-12-16 20:46:54 +00:00
|
|
|
|
2014-01-20 16:51:43 +00:00
|
|
|
button.btn.btn-small.btn-primary(ng-hide='user.purchased.hair.base.2 && user.purchased.hair.base.4 && user.purchased.hair.base.5 && user.purchased.hair.base.6 && user.purchased.hair.base.7 && user.purchased.hair.base.8', ng-click='unlock("hair.base.2,hair.base.4,hair.base.5,hair.base.6,hair.base.7,hair.base.8")')!= env.t('unlockset5') + ' <span class="Pet_Currency_Gem1x inline-gems"/>'
|
2013-12-16 20:46:54 +00:00
|
|
|
|
2014-01-19 18:55:52 +00:00
|
|
|
h5=env.t('bodyfacialhair')
|
2013-12-16 20:46:54 +00:00
|
|
|
|
2013-12-05 10:31:02 +00:00
|
|
|
// Beard
|
|
|
|
|
li.customize-menu
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('beard'))
|
2014-01-14 04:29:55 +00:00
|
|
|
button(class='head_0 customize-option', type='button', ng-click='set({"preferences.hair.beard":0})')
|
|
|
|
|
each num in [1,2,3]
|
|
|
|
|
button(class='hair_beard_#{num}_{{user.preferences.hair.color}} customize-option', type='button', ng-class='{locked: !user.purchased.hair.beard.#{num}}', ng-click='unlock("hair.beard.#{num}")')
|
2013-12-05 10:31:02 +00:00
|
|
|
|
|
|
|
|
// Mustache
|
|
|
|
|
li.customize-menu
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('mustache'))
|
2013-12-20 17:25:23 +00:00
|
|
|
button(class='head_0 customize-option', type='button', ng-click='set({"preferences.hair.mustache":0})')
|
2014-01-14 04:29:55 +00:00
|
|
|
each num in [1,2]
|
|
|
|
|
button(class='hair_mustache_#{num}_{{user.preferences.hair.color}} customize-option', type='button', ng-class='{locked: !user.purchased.hair.mustache.#{num}}', ng-click='unlock("hair.mustache.#{num}")')
|
2013-12-05 10:31:02 +00:00
|
|
|
|
2014-01-20 16:51:43 +00:00
|
|
|
button.btn.btn-small.btn-primary(ng-hide='user.purchased.hair.mustache.1 && user.purchased.hair.mustache.2 && user.purchased.hair.beard.1 && user.purchased.hair.beard.2 && user.purchased.hair.beard.3', ng-click='unlock("hair.mustache.1,hair.mustache.2,hair.beard.1,hair.beard.2,hair.beard.3")')!= env.t('unlockset5') + ' <span class="Pet_Currency_Gem1x inline-gems"/>'
|
2013-10-22 19:19:43 +00:00
|
|
|
|
2013-10-29 00:31:27 +00:00
|
|
|
.span4
|
2014-01-19 18:55:52 +00:00
|
|
|
h3=env.t('skin')
|
2014-01-20 16:51:43 +00:00
|
|
|
small
|
2014-01-19 19:11:03 +00:00
|
|
|
| 2 <span class="Pet_Currency_Gem1x inline-gems"/> /
|
|
|
|
|
= ' ' + env.t('locked')
|
2013-10-28 05:27:07 +00:00
|
|
|
// skin
|
|
|
|
|
li.customize-menu
|
2014-01-19 17:27:48 +00:00
|
|
|
menu(label=env.t('basicskins'))
|
2014-01-14 04:29:55 +00:00
|
|
|
each color in ['ddc994','f5a76e','ea8349','c06534','98461a','915533','c3e1dc','6bd049']
|
|
|
|
|
button.customize-option(type='button', class='skin_#{color}', ng-click='set({"preferences.skin":"#{color}"})')
|
2013-10-22 19:19:43 +00:00
|
|
|
|
2013-10-28 05:27:07 +00:00
|
|
|
// Rainbow Skin
|
2014-01-20 16:51:43 +00:00
|
|
|
h5=env.t('rainbowskins')
|
2013-10-28 05:27:07 +00:00
|
|
|
//menu(label='Rainbow Skins (2G / skin)')
|
2013-10-23 02:22:32 +00:00
|
|
|
menu
|
2014-01-14 04:29:55 +00:00
|
|
|
each color in ['eb052b','f69922','f5d70f','0ff591','2b43f6','d7a9f7','800ed0','rainbow']
|
|
|
|
|
button.customize-option(type='button', class='skin_#{color}', ng-class='{locked: !user.purchased.skin.#{color}}', ng-click='unlock("skin.#{color}")')
|
2014-01-20 16:51:43 +00:00
|
|
|
button.btn.btn-small.btn-primary(ng-hide='user.purchased.skin.eb052b && user.purchased.skin.f69922 && user.purchased.skin.f5d70f && user.purchased.skin.0ff591 && user.purchased.skin.2b43f6 && user.purchased.skin.d7a9f7 && user.purchased.skin.800ed0 && user.purchased.skin.rainbow', ng-click='unlock("skin.eb052b,skin.f69922,skin.f5d70f,skin.0ff591,skin.2b43f6,skin.d7a9f7,skin.800ed0,skin.rainbow")')!= env.t('unlockset5') + ' <span class="Pet_Currency_Gem1x inline-gems"/>'
|
2013-10-23 00:54:17 +00:00
|
|
|
|
2013-10-28 05:27:07 +00:00
|
|
|
// Special Events
|
2013-11-11 16:21:29 +00:00
|
|
|
// restore to d4df481 to see purchasing + "limited edition" code
|
|
|
|
|
div(ng-if='user.purchased.skin.monster || user.purchased.skin.pumpkin || user.purchased.skin.skeleton || user.purchased.skin.zombie || user.purchased.skin.ghost || user.purchased.skin.shadow')
|
2014-01-19 18:55:52 +00:00
|
|
|
h5=env.t('spookyskins')
|
2013-10-28 05:27:07 +00:00
|
|
|
menu
|
2014-01-14 04:29:55 +00:00
|
|
|
each color in ['monster','pumpkin','skeleton','zombie','ghost','shadow']
|
|
|
|
|
button.customize-option(type='button', class='skin_#{color}', ng-if='user.purchased.skin.#{color}', ng-click='unlock("skin.#{color}")')
|
2013-10-22 19:19:43 +00:00
|
|
|
|
2013-10-28 05:27:07 +00:00
|
|
|
script(id='partials/options.profile.stats.html', type='text/ng-template')
|
|
|
|
|
.row-fluid
|
2013-12-17 23:44:46 +00:00
|
|
|
.border-right(ng-class='user.flags.classSelected && !user.preferences.disableClasses ? "span4" : "span6"')
|
2013-10-28 05:27:07 +00:00
|
|
|
include ../shared/profiles/stats
|
2013-12-17 23:44:46 +00:00
|
|
|
.span4.border-right.allocate-stats(ng-if='user.flags.classSelected && !user.preferences.disableClasses')
|
2014-01-19 18:55:52 +00:00
|
|
|
h3=env.t('characterbuild')
|
2014-01-20 16:25:14 +00:00
|
|
|
h4
|
2014-01-23 23:58:38 +00:00
|
|
|
=env.t('class') + ': '
|
|
|
|
|
span {{ {warrior:'Warrior',wizard:'Mage',healer:'Healer',rogue:'Rogue'}[user.stats.class] }}
|
2014-01-20 16:25:14 +00:00
|
|
|
a.btn.btn-danger.btn-mini(ng-click='changeClass(null)')=env.t('changeclass')
|
2013-12-16 18:47:55 +00:00
|
|
|
small 3 <span class="Pet_Currency_Gem1x inline-gems"/>
|
2013-11-16 10:22:12 +00:00
|
|
|
table.table.table-striped
|
2014-01-23 02:34:03 +00:00
|
|
|
tr
|
|
|
|
|
td
|
|
|
|
|
strong
|
2014-01-23 23:58:38 +00:00
|
|
|
{{user.stats.points}}
|
2014-01-23 02:34:03 +00:00
|
|
|
=env.t('unallocated')
|
2014-01-23 23:58:38 +00:00
|
|
|
|
|
2014-01-23 02:34:03 +00:00
|
|
|
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('levelpopover'))
|
|
|
|
|
td
|
|
|
|
|
tr
|
|
|
|
|
td(colspan=2)
|
|
|
|
|
fieldset.auto-allocate
|
|
|
|
|
label.checkbox
|
|
|
|
|
input(type='checkbox', ng-model='user.preferences.automaticAllocation', ng-change='set({"preferences.automaticAllocation": user.preferences.automaticAllocation?true: false})', ng-click='set({"preferences.allocationMode":"taskbased"})')
|
|
|
|
|
=env.t('automaticallocation')
|
|
|
|
|
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('automaticallocationpopover'))
|
|
|
|
|
form(ng-show='user.preferences.automaticAllocation',style='margin-left:1em')
|
|
|
|
|
label.radio
|
|
|
|
|
input(type='radio', name='allocationMode', value='flat', ng-model='user.preferences.allocationMode', ng-change='set({"preferences.allocationMode": "flat"})')
|
|
|
|
|
=env.t('evenallocation')
|
|
|
|
|
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('evenallocationpopover'))
|
|
|
|
|
label.radio
|
|
|
|
|
input(type='radio', name='allocationMode', value='classbased', ng-model='user.preferences.allocationMode', ng-change='set({"preferences.allocationMode": "classbased"})')
|
|
|
|
|
=env.t('classallocation')
|
|
|
|
|
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('classallocationpopover'))
|
|
|
|
|
label.radio
|
|
|
|
|
input(type='radio', name='allocationMode', value='taskbased', ng-model='user.preferences.allocationMode', ng-change='set({"preferences.allocationMode": "taskbased"})')
|
|
|
|
|
=env.t('taskallocation')
|
|
|
|
|
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('taskallocationpopover'))
|
2013-11-16 10:22:12 +00:00
|
|
|
tr
|
2014-01-19 20:40:41 +00:00
|
|
|
td= env.t('allocatestr') + ' {{user.stats.str}}'
|
2013-11-16 10:22:12 +00:00
|
|
|
td
|
2014-01-19 17:27:48 +00:00
|
|
|
a.btn.btn-primary(ng-show='user.stats.points', ng-click='allocate("str")', popover-trigger='mouseenter', popover-placement='right', popover=env.t('allocatestrpop')) +
|
2013-11-16 10:22:12 +00:00
|
|
|
tr
|
2014-01-19 20:40:41 +00:00
|
|
|
td= env.t('allocatecon') + ' {{user.stats.con}}'
|
2013-11-16 10:22:12 +00:00
|
|
|
td
|
2014-01-19 17:27:48 +00:00
|
|
|
a.btn.btn-primary(ng-show='user.stats.points', ng-click='allocate("con")', popover-trigger='mouseenter', popover-placement='right', popover=env.t('allocateconpop')) +
|
2013-11-16 10:22:12 +00:00
|
|
|
tr
|
2014-01-19 20:40:41 +00:00
|
|
|
td= env.t('allocateper') + ' {{user.stats.per}}'
|
2013-11-16 10:22:12 +00:00
|
|
|
td
|
2014-01-19 17:27:48 +00:00
|
|
|
a.btn.btn-primary(ng-show='user.stats.points', ng-click='allocate("per")', popover-trigger='mouseenter', popover-placement='right', popover=env.t('allocateperpop')) +
|
2013-11-16 10:22:12 +00:00
|
|
|
tr
|
2014-01-19 20:40:41 +00:00
|
|
|
td= env.t('allocateint') + ' {{user.stats.int}}'
|
2013-11-16 10:22:12 +00:00
|
|
|
td
|
2014-01-19 17:27:48 +00:00
|
|
|
a.btn.btn-primary(ng-show='user.stats.points', ng-click='allocate("int")', popover-trigger='mouseenter', popover-placement='right', popover=env.t('allocateintpop')) +
|
2013-12-17 23:44:46 +00:00
|
|
|
div(ng-class='user.flags.classSelected && !user.preferences.disableClasses ? "span4" : "span6"')
|
2013-10-28 05:27:07 +00:00
|
|
|
include ../shared/profiles/achievements
|
|
|
|
|
|
|
|
|
|
script(id='partials/options.profile.profile.html', type='text/ng-template')
|
2014-01-20 16:51:43 +00:00
|
|
|
button.btn.btn-default(ng-click='_editing.profile = true', ng-show='!_editing.profile')= env.t('edit')
|
2014-01-20 16:25:14 +00:00
|
|
|
button.btn.btn-primary(ng-click='save()', ng-show='_editing.profile')= env.t('save')
|
2013-10-28 05:27:07 +00:00
|
|
|
div(ng-show='!_editing.profile')
|
2014-01-19 18:55:52 +00:00
|
|
|
h4=env.t('displayname')
|
2013-10-28 05:27:07 +00:00
|
|
|
span(ng-show='profile.profile.name') {{profile.profile.name}}
|
2014-01-20 16:25:14 +00:00
|
|
|
span.muted(ng-hide='profile.profile.name')=env.t('none')
|
2013-08-28 01:54:11 +00:00
|
|
|
|
2014-01-19 18:55:52 +00:00
|
|
|
h4=env.t('displayphoto')
|
2013-10-28 05:27:07 +00:00
|
|
|
img(ng-show='profile.profile.imageUrl', ng-src='{{profile.profile.imageUrl}}')
|
2014-01-20 16:25:14 +00:00
|
|
|
span.muted(ng-hide='profile.profile.imageUrl')=env.t('none')
|
2013-08-28 01:54:11 +00:00
|
|
|
|
2014-01-22 15:09:32 +00:00
|
|
|
h4=env.t('displayblurb')
|
2013-10-28 05:27:07 +00:00
|
|
|
markdown(ng-show='profile.profile.blurb', ng-model='profile.profile.blurb')
|
2014-01-20 16:25:14 +00:00
|
|
|
span.muted(ng-hide='profile.profile.blurb')=env.t('none')
|
2013-10-28 05:27:07 +00:00
|
|
|
//{{profile.profile.blurb | linky:'_blank'}}
|
2013-09-09 17:27:25 +00:00
|
|
|
|
2013-10-28 05:27:07 +00:00
|
|
|
div.whatever-options(ng-show='_editing.profile')
|
|
|
|
|
// TODO use photo-upload instead: https://groups.google.com/forum/?fromgroups=#!topic/derbyjs/xMmADvxBOak
|
|
|
|
|
.control-group.option-large
|
2014-01-20 16:25:14 +00:00
|
|
|
label.control-label=env.t('displayname')
|
2014-01-19 20:46:57 +00:00
|
|
|
input.option-content(type='text', placeholder=env.t('fullName')), ng-model='editingProfile.name')
|
2013-10-28 05:27:07 +00:00
|
|
|
.control-group.option-large
|
2014-01-20 16:25:14 +00:00
|
|
|
label.control-label=env.t('photourl')
|
2014-01-19 20:40:41 +00:00
|
|
|
input.option-content(type='url', ng-model='editingProfile.imageUrl', placeholder=env.t('imageurl'))
|
2013-10-28 05:27:07 +00:00
|
|
|
.control-group.option-large
|
2014-01-20 16:25:14 +00:00
|
|
|
label.control-label=env.t('displayblurb')
|
2014-01-19 20:40:41 +00:00
|
|
|
textarea.option-content(style='height:15em;', placeholder=env.t("displayblurb"), ng-model='editingProfile.blurb')
|
2013-10-28 05:27:07 +00:00
|
|
|
include ../shared/formatting-help
|
2013-09-09 17:27:25 +00:00
|
|
|
|
2013-10-28 05:27:07 +00:00
|
|
|
script(id='partials/options.profile.html', type="text/ng-template")
|
|
|
|
|
ul.nav.nav-tabs
|
|
|
|
|
li(ng-class="{ active: $state.includes('options.profile.avatar') }")
|
|
|
|
|
a(ui-sref='options.profile.avatar')
|
2014-01-19 19:50:31 +00:00
|
|
|
=env.t('avatar')
|
2013-10-28 05:27:07 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.profile.stats') }")
|
|
|
|
|
a(ui-sref='options.profile.stats')
|
2014-01-19 19:50:31 +00:00
|
|
|
=env.t('statsach')
|
2013-10-28 05:27:07 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.profile.profile') }")
|
|
|
|
|
a(ui-sref='options.profile.profile')
|
2014-01-19 19:50:31 +00:00
|
|
|
=env.t('profile')
|
2013-09-09 17:27:25 +00:00
|
|
|
|
2013-10-28 05:27:07 +00:00
|
|
|
.tab-content
|
|
|
|
|
.tab-pane.active
|
2013-11-12 06:31:08 +00:00
|
|
|
div(ui-view)
|