mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
typo fixes
This commit is contained in:
parent
838d41a94e
commit
d7b21eb32a
2 changed files with 2 additions and 2 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