mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +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')
|
||||
li(ng-repeat='website in profile.profile.websites')
|
||||
a(href='{{website}}', target='_blank') {{website}}
|
||||
ul.well.unstyled(ng-if='profile.auth.timestamps')
|
||||
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)}}
|
||||
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.loggedin') - Last logged in {{timestamp(profile.auth.timestamps.loggedin)}} -
|
||||
h3 Stats
|
||||
include ../profiles/stats
|
||||
.span6
|
||||
|
|
|
|||
Loading…
Reference in a new issue