mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
fix
This commit is contained in:
parent
1ab002b6d7
commit
5bd9d5f9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue