Merge pull request #1795 from Fandekasp/remove_website

remove broken website field from profile
This commit is contained in:
Tyler Renelle
2013-11-13 23:09:27 -08:00
12 changed files with 13 additions and 70 deletions
-3
View File
@@ -9,9 +9,6 @@ div(ng-controller='MemberModalCtrl')
.span6
img(ng-show='profile.profile.imageUrl', ng-src='{{profile.profile.imageUrl}}')
markdown(ng-show='profile.profile.blurb', ng-model='profile.profile.blurb')
ul(ng-show='profile.profile.websites')
li(ng-repeat='website in profile.profile.websites')
a(href='{{website}}', target='_blank') {{website}}
ul.muted.unstyled(ng-if='profile.auth.timestamps', style='margin-top:10px;')
li {{profile._id}}
li(ng-show='profile.auth.timestamps.created') - Member since {{timestamp(profile.auth.timestamps.created)}} -