typo fixes

This commit is contained in:
Tyler Renelle 2013-09-08 10:15:22 -04:00
parent 838d41a94e
commit d7b21eb32a
2 changed files with 2 additions and 2 deletions

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