This commit is contained in:
Matteo Pagliazzi 2013-09-08 12:15:36 +02:00
parent 1ab002b6d7
commit 5bd9d5f9d3

View file

@ -11,7 +11,7 @@ div(ng-controller='MemberModalCtrl')
p(ng-show='profile.profile.blurb') {{profile.profile.blurb | linky:'_blank'}}
ul(ng-show='profile.profile.websites')
li(ng-repeat='website in profile.profile.websites')
a(href="{{website}}") {{website}}
a(href='{{website}') {{website}}
h3 Stats
include ../profiles/stats
.span6