mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
formatting
This commit is contained in:
parent
20354c7d8a
commit
23045fb72f
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ div(ng-controller='MemberModalCtrl')
|
||||||
ul(ng-show='profile.profile.websites')
|
ul(ng-show='profile.profile.websites')
|
||||||
li(ng-repeat='website in profile.profile.websites')
|
li(ng-repeat='website in profile.profile.websites')
|
||||||
a(href='{{website}}', target='_blank') {{website}}
|
a(href='{{website}}', target='_blank') {{website}}
|
||||||
ul.well.unstyled(ng-if='profile.auth.timestamps')
|
ul.muted.unstyled(ng-if='profile.auth.timestamps', style='margin-top:10px;')
|
||||||
li(ng-show='profile.auth.timestamps.created') Member since {{timestamp(profile.auth.timestamps.created)}}
|
li(ng-show='profile.auth.timestamps.created') - Member since {{timestamp(profile.auth.timestamps.created)}} -
|
||||||
li(ng-show='profile.auth.timestamps.loggedin') Last logged in {{timestamp(profile.auth.timestamps.loggedin)}}
|
li(ng-show='profile.auth.timestamps.loggedin') - Last logged in {{timestamp(profile.auth.timestamps.loggedin)}} -
|
||||||
h3 Stats
|
h3 Stats
|
||||||
include ../profiles/stats
|
include ../profiles/stats
|
||||||
.span6
|
.span6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue