24 lines
777 B
Plaintext
24 lines
777 B
Plaintext
if user.email
|
|
/.ui.horizontal.divider= user.nickname
|
|
span.ui.segment.pull-right= user.nickname
|
|
if statistics
|
|
ui-checkbox class='toggle' label=(t 'user.statistics1.project_specific.label') checked=project_specific onChange=(action (mut project_specific))
|
|
if project_specific
|
|
each-in statistics as |project_name stats|
|
|
.ui.header= project_name
|
|
= each stats as |stat|
|
|
= state-badge stat.state
|
|
'
|
|
span.between-brackets= stat.count
|
|
else
|
|
/.ui.header= t 'user.statistics1.global.title'
|
|
each-in statistics as |state count|
|
|
= state-badge state
|
|
'
|
|
span.between-brackets= count
|
|
= yield
|
|
else
|
|
.ui.active.inline.centered.loader
|
|
else
|
|
.ui.active.inline.centered.loader
|