formatting

This commit is contained in:
Tyler Renelle 2013-09-09 19:12:16 -04:00
parent 20354c7d8a
commit 23045fb72f

View file

@ -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