diff --git a/public/css/index.styl b/public/css/index.styl index df1a3674f2..bc4042537a 100644 --- a/public/css/index.styl +++ b/public/css/index.styl @@ -161,4 +161,7 @@ hr padding 1px 3px 1px 3px a - cursor: pointer \ No newline at end of file + cursor: pointer + +#modalMember p + word-wrap: break-word; \ No newline at end of file diff --git a/views/shared/modals/members.jade b/views/shared/modals/members.jade index 5b635d689a..4f849158b8 100644 --- a/views/shared/modals/members.jade +++ b/views/shared/modals/members.jade @@ -1,17 +1,17 @@ div(ng-controller='MemberModalCtrl') - div(modal='modals.member') + #memberModal(modal='modals.member') .modal-header h3 span {{username(profile.auth, profile.profile.name)}} span(ng-show='profile.backer.contributor') - {{profile.backer.contributor}} .modal-body - app:avatar:profile .row-fluid .span6 img(ng-show='profile.profile.imageUrl', ng-src='{{profile.profile.imageUrl}}') - p(ng-show='profile.profile.blurb') {{profile.profile.blurb}} + 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') {{website}} + li(ng-repeat='website in profile.profile.websites') + a(href="{{website}}") {{website}} h3 Stats include ../profiles/stats .span6